vs2010 complie problem

Hello,
im tring to compile vs2010 project on win7 64bit OS, and chossed it to copmile as a debuge x64.

from some reason i get the next error:

Error 32 error LNK1181: cannot open input file ‘C:\ProgramData\NVIDIA Corporation\NVIDIA GPU Computing SDK 4.1\C\common\lib\Win32\cutil32D.lib’ C:\ProgramData\NVIDIA Corporation\NVIDIA GPU Computing SDK 4.1\C\src\cppIntegration - Copy\LINK

Why is it looking for the cutil32D.lib ???

Thanks!

Some of the Visual Studio 2010 projects may have some of the dependencies with CUTIL and SHRUTIL in place. For CUDA 4.1, we removed many this dependency from many of the simpler samples, but for some of the VS2010 projects, this may not have done completely. Attached is the updated cppIntegration_vs2010.vcxproj that should allow it to compile.
cppIntegration_vs2010.zip (1.77 KB)