VS2008 CUDA nvcc fatal error

Hello. I have the following error:

Here is the output window after compiling in VS2008 (windows 7)

Compiling with CUDA Build Rule…
“C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v3.2\bin\nvcc.exe” -arch sm_10 -ccbin “C:\Program Files\Microsoft Visual Studio 9.0\VC\bin” -Xcompiler “/EHsc /W3 /nologo /Od /Zi /RTC1 /MTd " -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v3.2\include” -I"C:\ProgramData\NVIDIA Corporation\NVIDIA GPU Computing SDK 3.2\C\common\inc" -maxrregcount=32 --compile -o “Debug\CUDA1.cu.obj” “c:\Users\xxxxname\Documents\Project1\Project1\CUDA1.cu”
nvcc fatal : Failed to open output file ‘C:\Users\xxxxname\AppData\Local\TempC:\ProgramData\NVIDIA Corporation\NVIDIA GPU Computing SDK\C\Bin\win32\Debug;C:\ProgramData\NVIDIA Corporation\NVIDIA GPU Computing SDK\C\Bin\win32\EmuDebug;:\ProgramData\NVIDIA Corporation\NVIDIA GPU Computing SDK\C\Bin\win32\Release;C:\ProgramData\NVIDIA Corporation\NVIDIA GPU Computing SDK\C\Bin\win32\EmuRelease/tmpxft_00001200_00000000’
Internal error
Linking…
LINK : fatal error LNK1181: cannot open input file ‘.\Debug\CUDA1.cu.obj’

Thank you.