nvcc crashes due to missing intermediate files autogenerated files presumably

I am wondering if anybody else has experienced this? And whether there is a solution…

When compiling certain .cu files using nvcc, ptxas.exe crashes with the message
bin2c fatal : Could not open input file ‘tmpxft_00000890_00000000-11.cubin’

This only happens for a few of my .cu files and only after moving from Windows XP 32-bit to 64-bit. Everything worked fine in 32-bit XP. I am using Visual Studio 2005.

I am thinking this is a compiler bug. Please correct me if I am wrong.

/ Thomas