I am trying my hand at CUDA gpu programming for the first time and have come across a problem when setting the build customization. I'm not sure if I'm just doing something wrong or not. Basically, when I set the projects build customization to CUDA 5.0, it doesn't work. I try to make a .cu (and even .cpp) file and I get an error stating:
The imported project "C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\BuildCustomization\CUDA 5.0.props"was not found. Confirm that the path in the declaration is correct, and that the file exists on disk. c:\Users\"USER NAME"\documents\visual studio 2010\Projects\"PROJECT NAME"\"PROJECT NAME".vcxproj
Afterwards the project property page becomes empty with only a Frameworks and References page which is empty. Turning off the CUDA declaration does nothing.
I have tried uninstalling the CUDA toolkit and reinstalling it but to no avail.
I'm pretty new at this, but any help would be appreciated!
CUDA 5.0.propsexist where it says? - Soroosh BateniC:drive and copy it there. - Soroosh Bateni