I wanted to start getting into CUDA and downloaded the SDK + the Toolkit. I had Visual C++ installed before already.
My problem is, when I try to rebuild a project, it always says the following:
nvcc fatal : Visual Studio configuration file ‘(null)’ could not be found for installation at ‘C:/Program Files (x86)/Microsoft Visual Studio 9.0/VC/bin/…/…’
fatal error LNK1181: Eingabedatei “cutil32D.lib” kann nicht geöffnet werden. (In English: cutil32D.lib cant be accessed.)
Hello, did you ever solve this problem? I am having the same error moving to Windows 7. I see some notes when googling this problem that it may happen if you use VC++ EXPRESS edition, which I am using…may have to get the “real” edition of Visual C++…