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 tried to open the project but I am getting following error -
C:\Alenka\moderngpu\demo\demo.vcxproj(32,5): The imported project "C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\BuildCustomizations\CUDA 5.0.props" was not found. Confirm that the path in the declaration is correct, and that the file exists on disk.
I am getting the same error for all the projects.
Thanks,
Sawan
The text was updated successfully, but these errors were encountered:
There used to be a version-neutral configuration for Visual Studio. I'll see if we can get that back.
I'll be putting out a refreshed version with CUDA 5.5 project settings. For now, just find/replace "CUDA 5.0" to "CUDA 5.5" in the demo.vcxproj. It should be safe to do this for all .vcxproj files.
I think there was some issues with the build order. I was unable to compile complete solution. Build order was not set. But was able to compile projects individually in an order.
Thanks.
Do you want me to send you a pull request with the change?
Hi,
I have CUDA 5.5 installed and VS2012.
I tried to open the project but I am getting following error -
C:\Alenka\moderngpu\demo\demo.vcxproj(32,5): The imported project "C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\BuildCustomizations\CUDA 5.0.props" was not found. Confirm that the path in the declaration is correct, and that the file exists on disk.
I am getting the same error for all the projects.
Thanks,
Sawan
The text was updated successfully, but these errors were encountered: