i just set up Visual Studio and Nsight with CUDA 5. I got it working on my notebook, but not on my PC
When i try to compile my code i get the Error: MSB3721:
In my Optinion i have set up everything correctly. I have no more idea where this error could come from.
And i just got another error, when trying to run the examples from the CUDA samples browser. It tells me, the cudart64_50_35.dll is missing. But when I search for it on my computer it’s there.
After a new setup of the whole system, including a reinstallation of windows, everything works fine.
Then i installed my antivirus and i got the same error MSB3721 with code 1. Removing the antivirus software removes the error too.
I was using the COMODO Internet Secutriy.
So if you also have this Error, try again after removing your antivirus Software. Only disable the antivirus has no effect.
In another thread i read about running VS2010 as administrator. This also has no effect during the problem with the antivirus exists.
I could use soem advice on setting up my environment …
I got a 64-bit machine with Windows 7, Nvidia Quadro 6000 gpu, and downloaded the Visual Studio 2012 professional from DreamsPark … but I can’t even get a “hello world” program to compile with nvcc … it says it can’t find cl.exe even though I included the location of cl.exe in PATH …
Been programming off an on with OpenGL … but stereo 3d and gpu computing is new to me …
Hi. After removing the antivirus also I am still getting error MSB3721
I think it’s not an issue with removing antivirus.
What should I do to get rid off this error?
I am using visual studio 2013 and cuda 6.5 in windows 8.1 system 64 bit
I was experiencing the same issue whenever I tried to run one of the CUDA samples after copying the sample to my own project directory. As far as I could perceive, in my case the error seemed to be related to the project path, because it worked ok after putting the project directory near the root and with no spaces in the path string.
I think you guys should give it a try to complete the diagnostic.
P. S.: I’m using CUDA 6.5 and VC++ Express 2013 in a Windows 8.1 (64 bits) system.