-
Notifications
You must be signed in to change notification settings - Fork 141
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
WDK and SDK mismatch #12
Comments
Hi, VS 2019 (non-preview) has been released for a while and is in fact already at version 16.1, could this be the cause of the problem? The project is set to require WDK version With an updated VS 2019 and the 19H1 WDK installed, Besides installing the preview instead of the release version of VS 2019, it's also possible that you have SDK 10.0.17763.0 installed next to WDK 10.0.18362.0, and that the macro is incorrectly evaluating to 10.0.17763.0 due to this. Because the SDK is a Visual Studio component and the WDK is not, you have to modify this using the Visual Studio installer (VS 2019 -> Modify -> Individual components -> scroll all the way down and ensure 'Windows 10 SDK (10.0.18362.0)' is checked.) This is what my installation looks like: |
Is vs2015+wdk15063 available for this project? |
@zoand I haven't tested this combination, but it should work. I advise using VS2019 with the current (18063) WDK. |
I downloaded and installed the VS 2019 preview and the WDK there after. I loaded the solution then ran into an error saying that the WDK version 10.0.17763.0 is not available.
The WDK version is in fact 10.0.17763.1 and the solution wants 10.0.17763.0 ... any idea of how to work around this problem? Any way to relax version requirements in the solution to handle this situation?
The text was updated successfully, but these errors were encountered: