Can't build samples Windows 7, MS Visual Studio 2010

Brand new at this. Running Windows 7 64 bit, MS Visual Studio 2010 (does CUDA support the new version?). VS makes me “convert” the CUDA bandwithTest sample from 2008 to current. When I go to build it, I get

1>------ Build started: Project: bandwidthTest, Configuration: Debug x64 ------
1>Build started 5/7/2010 1:19:00 PM.
1>InitializeBuildStatus:
1> Touching “x64\Debug\bandwidthTest.unsuccessfulbuild”.
1>_CUDA_Build_Rule:
1> Compiling with CUDA Build Rule…
1> The system cannot find the path specified.
1>C:\ProgramData\NVIDIA Corporation\NVIDIA GPU Computing SDK\C\common\Cuda.targets(45,5): error MSB3721: The command “echo “$(CUDA_BIN_PATH)\nvcc.exe” -m64 -ccbin “C:\Program Files (x86)\Microsoft Visual Studio 2010\VC\bin” -D_DEBUG -D_WIN32 -I"C:\CUDA\include” -I"./" -I"…/…/common/inc" -I"…/…/…/shared/inc" -I"C:\CUDA\include" -Xcompiler “/EHsc /W3 /nologo /Od /Zi /MTd " -maxrregcount=32 -gencode=arch=compute_10,code="sm_10,compute_10" -gencode=arch=compute_20,code="sm_20,compute_20" --compile -o “$(IntDir)$(InputName).cu.obj” “C:\ProgramData\NVIDIA Corporation\NVIDIA GPU Computing SDK\C\src\bandwidthTest\bandwidthTest.cu”
1>C:\ProgramData\NVIDIA Corporation\NVIDIA GPU Computing SDK\C\common\Cuda.targets(45,5): error MSB3721: “$(CUDA_BIN_PATH)\nvcc.exe” -m64 -gencode=arch=compute_10,code="sm_10,compute_10" -gencode=arch=compute_20,code="sm_20,compute_20" -ccbin “C:\Program Files (x86)\Microsoft Visual Studio 2010\VC\bin” -D_DEBUG -D_WIN32 -I"C:\CUDA\include” -I"./" -I"…/…/common/inc" -I"…/…/…/shared/inc" -I"C:\CUDA\include" -Xcompiler “/EHsc /W3 /nologo /Od /Zi /MTd " -I"C:\CUDA\include” -maxrregcount=32 -gencode=arch=compute_10,code="sm_10,compute_10" -gencode=arch=compute_20,code="sm_20,compute_20" --compile -o “$(IntDir)$(InputName).cu.obj” “C:\ProgramData\NVIDIA Corporation\NVIDIA GPU Computing SDK\C\src\bandwidthTest\bandwidthTest.cu”" exited with code 1.
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:00.18
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

please help clueless me…
TdeP

CUDA doesn’t officially support VS2010 yet. However, you can use this unofficial patch to enable support for VS2010. You will have to create the projects from scratch though, since upgrading the existing ones will not work.

thanks, I just fell back to VS 2008 and am building my own code now.
TdeP