OK, I fixed the problem, it turns out the Visual Studio environment
was not being set anywhere so there was no way to find the Visual
Studio compiler. To get through this I temporarily added the line
compiler-bindir = C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC
\bin
to the end of nvcc.profile in my CUDA\bin64 folder. There were a few
path issues that had to be fixed up as well, but afterwards I was
successfully able to run all the tests that did not involve NetCDF on
my machine (Win7 64-bit, Visual Studio 2008) which is great!