You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error attempting to open (never mind compile/build) the CARLsim solution file in Visual Studio:
C:\Users\USERNAME\Documents\working\CARLsim4\carlsim\kernel\carlsim.vcxproj(74,5): The imported project "C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\BuildCustomizations\CUDA 8.0.props" was not found. Confirm that the path in the declaration is correct, and that the file exists on disk.
I tried on VS 2015 and 2017
The text was updated successfully, but these errors were encountered:
@tingshuc hi Ting, can you please look into this VS issue? People were trying to build carlsim.sln in the class and got these issues. Is cuda 8.0 hardcoded and how to build on Windows without GPU?
If VS GUI can't solve the problem, another way to fix is open *.vcxproj by text editor. Make sure these two lines are set to CUDA 8.0. <Import Project="$(VCTargetsPath)\BuildCustomizations\CUDA 8.0.props" /> <Import Project="$(VCTargetsPath)\BuildCustomizations\CUDA 8.0.targets" />
I get the following error attempting to open (never mind compile/build) the CARLsim solution file in Visual Studio:
C:\Users\USERNAME\Documents\working\CARLsim4\carlsim\kernel\carlsim.vcxproj(74,5): The imported project "C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\BuildCustomizations\CUDA 8.0.props" was not found. Confirm that the path in the declaration is correct, and that the file exists on disk.
I tried on VS 2015 and 2017
The text was updated successfully, but these errors were encountered: