CUDA 3.0.0 with Visual Studio 2008 drives me mad! Project include files not found: cutil_inline.

Hi,

my problem is that after creating a new Visual Studio 2008 Project (Win Application) the biuld fails with “C1083” … ‘cutil_inline.h’ no file or directory.
My attempts for a error free build:

  1. Projects Property page > C/C++ > General:
    Entring the follwing paths: "D:\ProgramData\NVIDIA Corporation\NVIDIA CUDA SDK\common\inc;D:\CUDA\include

  2. Tools > VC++ Directories (include files)
    "D:\ProgramData\NVIDIA Corporation\NVIDIA CUDA SDK\common\inc;D:\CUDA\include

After building the solution same error!

Entering the source code (sample.cu) and selecting "Open Document <cutil_inline.h> gives me:
File “cutil_inline.h” not found in current source files directory or in build system paths.

Greetz
Franky

I believe that path should be …SDK<b>C\common\inc . Note the missing "C" subdirectory.

–Cliff