CUDA Toolkit 5.5 on Windows 7 / VS 2010 - Sample Projects Missing Files

Hi all,

First off - I am a C# developer and know next to nothing about VC++ or CUDA, so I’m hoping this is something simple. I am running Windows 7 64-bit / VS 2010, and I just installed the latest driver (327.23) and the CUDA 5.5 Toolkit.

When I open some of the samples (cppIntegration for example), and try to open a .h file (cppIntegration.h), I get an error dialog reading “Could not find file ‘C:\ProgramData\NVIDIA Corporation\CUDA Samples\v5.5\0_Simple\cppIntegration\cppIntegration.h’”. The project still builds and I can run the resulting executable.

What gives? Should I be concerned? What is the purpose of this header file in the project?

Thanks!

Mike

It is a harmless leftover in the vcxproj file. There used to be a header file in previous versions. The message can safely be ignored.

Ah, I see. Thanks for the reply.

Mike