Compiler error trying to build examples

After following the instructions in the “Quick Start Guide”, I’m getting the following compile error when I try to build any of the examples in VS9:
[indent]nvcc fatal : Could not open input file C:\DOCUME~1\steve\Local Settings\Temp/tmpxft_00000e3c_00000000-1[/indent]
Here’s the command line that produces this at a DOS prompt:
[indent]“C:\CUDA\bin\nvcc.exe” -arch sm_10 -ccbin “c:\Program Files\Microsoft Visual Studio 9.0\VC\bin” -deviceemu -D_DEVICEEMU -Xcompiler “/EHsc /W3 /nologo /Od /Zi /MTd " -I"C:\CUDA\include” -I"…/…/common/inc" -maxrregcount=32 --compile -o “Debug\bandwidthTest.cu.obj” bandwidthTest.cu[/indent]
My environment is:
[indent]Windows XP Pro 32bit - fully up to date
Visual Studio 2008 (9.0.21022.8)
My user is only active user on the box and is an Administrator[/indent]
This error has come up in the forums before, but never with a resolution. Can someone please tell me how to get past this?

TIA