I installed visual studio 2019 followed by the CUDA dev kit from:
https://docs.nvidia.com/cuda/cuda-installation-guide-microsoft-windows/index.html
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.