vs2017 Project Configured with SDK 8.1 #2843
christianbrugger
started this conversation in
General
Replies: 3 comments 2 replies
-
There is already option for that (see GENie options in bgfx project):
But after installing VS default SDK value should be in |
Beta Was this translation helpful? Give feedback.
0 replies
-
Nowadays the default should likely just be "10.0" which VS now uses to mean "latest SDK". |
Beta Was this translation helpful? Give feedback.
0 replies
-
@Cleroth Use VS2019, VS2022, it defaults to 10.0 there. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I create a project for vs2017 with the following command:
And then open the project with vs2017, it is configured with the Windows SDK 8.1. The common SDK for vs2017 is 10.0. I got build errors at first, that the SDK could not be found on my system. And even after I installed the SKD 8.1 (from MS website, or via vs2017 installer), different includes could not be found, e.g.
stdlib.h
. All compiles after switching to SDK 10.0 in the project settings. And only after I installed vs2015 on my computer, I am able to use the SDK 8.1 in vs2017.Would you adapt the build generator such that SDK 10.0 is configured by default in the vs2017 projects?
Beta Was this translation helpful? Give feedback.
All reactions