Help please! Get error when compiling SAMPLE vectorAdd.

Hello everyone!
I got an error like this when compiling the sample(NVIDIA GPU Computing SDK 3.2\C\src\vectorAdd):

3>Compiling with CUDA Build Rule…
3>“C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v3.2\bin\nvcc.exe” -gencode=arch=compute_10,code="sm_10,compute_10" -gencode=arch=compute_20,code="sm_20,compute_20" --machine 32 -ccbin “C:\Program Files\Microsoft Visual Studio 9.0\VC\bin” -Xcompiler “/EHsc /W3 /nologo /Od /Zi /MTd " -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v3.2/include” -I"./" -I"…/…/common/inc" -I"…/…/…/shared/inc" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v3.2\include" -maxrregcount=32 --compile -o “Debug/vectorAdd.cu.obj” vectorAdd.cu
3>nvcc fatal : Could not open input file C:\Users\ADMINI~1\AppData\Local\Temp/tmpxft_00000464_00000000-1

Help please! Thank you!

Maybe to try launch windows with administrator rights? It is setup problem. Check you toolkit installations etc.