cutil.h missing

When attempting to compile any of the example code, I get this error in Visual Studio.

fatal error C1083: Cannot open include file: ‘cutil.h’: No such file or directory

It isn’t surprising that cutil.h can’t be opened, because when I look in the C:\CUDA\include directory, there is no cutil.h file. I installed the latest version of the toolkit and SDK (2.0 BETA). Should I look somewhere else for the file? What is wrong?

C:\Program Files\NVIDIA Corporation\NVIDIA CUDA SDK\common\inc

cutil is part of the SDK, not the toolkit.