-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't build AuraBot #69
Comments
After i installed windows sdk it gives these errors: |
This happened to me yesterday. What I did to fix it was:
It should work now. |
Exactly. Due to the project file being vs2015, the vs2017 "created" project has the older toolset selected. Ideally the project should have a vcxproj file for each version but that is tedious as I'm rarely on Windows. Like @JFGHT explain nicely, at the bottom of the |
you can right click each project in the solution and change the Windows 10 SDK to the one you have installed and it should work with the latest one available, I've been able to successfully build and run it with it, results may vary ofc |
Hello i'm having 3 errors while trying to build AuraBot:
1_The Referenced Project '..\StormLib\StormLib.vcxproj' does not exist.
2_Error MSB8036: The Windows SDK version 8.1 was not found.
3_Error MSB8036: The Windows SDK version 10.0.14393.0 was not found.
I never used Visual Studio so i don't know if what i did was wrong.
Here is what i did because there is no guide to compile it:
Downloaded full visual studio 2017
Downloaded AuraBot as ZIP
Double clicked on aura.sln
Clicked on Compile -> Compile Solution
The text was updated successfully, but these errors were encountered: