Skip to content
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

Open
Shizuke opened this issue Apr 13, 2018 · 4 comments
Open

Can't build AuraBot #69

Shizuke opened this issue Apr 13, 2018 · 4 comments

Comments

@Shizuke
Copy link

Shizuke commented Apr 13, 2018

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

@Shizuke
Copy link
Author

Shizuke commented Apr 13, 2018

After i installed windows sdk it gives these errors:
1_ The Referenced Project '..\StormLib\StormLib.vcxproj' does not exist.
2_ LNK1181 Can't open file 'StormLibRUS.lib'

@JFGHT
Copy link

JFGHT commented Apr 13, 2018

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

This happened to me yesterday.

What I did to fix it was:

  • Installing VS C++ 2015 libraries. You can do it by running the installer, select the current installed version, click modify and in the right corner, on the bottom, you'll have it.

  • Open the solution. Then on the solutions explorer, right click on the solution -> redestiny solution -> select your current SDK -> accept.

It should work now.

@Josko
Copy link
Owner

Josko commented Apr 13, 2018

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 Desktop development with C++ category:

image

@NikiSkaarup
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants