cuda-samples icon indicating copy to clipboard operation
cuda-samples copied to clipboard

All samples fail to load with VS2022

Open tksharpless opened this issue 7 months ago • 5 comments

Just cloned and tried to load project "Samples_VS2022.sln". Every single project load fails with the same error message. Example: C:\Users\tksha\cuda-samples\Samples\6_Performance\UnifiedMemoryPerf\UnifiedMemoryPerf_vs2022.vcxproj : error : The imported project "C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\BuildCustomizations\CUDA 12.4.props" was not found. Confirm that the expression in the Import declaration "C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\BuildCustomizations\CUDA 12.4.props" is correct, and that the file exists on disk. C:\Users\tksha\cuda-samples\Samples\6_Performance\UnifiedMemoryPerf\UnifiedMemoryPerf_vs2022.vcxproj The same message appeared in a popup: image

tksharpless avatar Jul 05 '24 14:07 tksharpless