I installed visual studio 2019 followed by the CUDA dev kit from:
in that order.
When I go to run any of the samples I get the following error:
Severity Code Description Project File Line Suppression State
Error MSB4019 The imported project “C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\BuildCustomizations\CUDA 10.1.props” was not found. Confirm that the path in the declaration is correct, and that the file exists on disk. cdpSimpleQuicksort C:\ProgramData\NVIDIA Corporation\CUDA Samples\v10.1\0_Simple\cdpSimpleQuicksort\cdpSimpleQuicksort_vs2017.vcxproj
It’s a 2017 project that I am trying to use in 2019.
v10.2 with VS2019
This method not working in my VS.
And I was unable to build darknet.
And the error I received was 10.0.props not found even though I was using the lastest v10.2.
I really need some help.
Hi, I have the same issue but with CUDA 11.2 while intending to build deviceQuery_vs2019:
Severity
Code
Description
Project
File
Line
Suppression State
Error
MSB4019
The imported project “C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\BuildCustomizations\CUDA 11.2.props” was not found. Confirm that the expression in the Import declaration “C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\BuildCustomizations\CUDA 11.2.props” is correct, and that the file exists on disk.
The problem is that the source folder you indicate does not exist:
C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.2\extras\visual_studio_integration\MSBuildExtensions: NO SUCH FOLDER
I tried to search for “11.2.props” on my HD but did not find anything… any idea?