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:
-
Projects Property page > C/C++ > General:
Entring the follwing paths: "D:\ProgramData\NVIDIA Corporation\NVIDIA CUDA SDK\common\inc;D:\CUDA\include -
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