VS2019 / SDK / WDK preview Not working

  • Thread starter Thread starter sud1
  • Start date Start date
S

sud1

Guest
Hi

I installed VS 2019 preview latest and latest SDK/WDK preview as well. I get below when I try to compile which was all compiling with earlier (preview and released) versions of SDK/WDK.


I did repair, uninstall of everything - all SDK*/WDK*, VS* and just installed above 3 fresh. Still I get the same error.


My settings

$(LatestTargetPlatformVersion)

WindowsKernelModeDriver10.0

Windows10 (Target OS)


1>------ Build started: Project: Descriptors, Configuration: Debug x64 ------
1>C:\Program Files (x86)\Windows Kits\10\build\WindowsDriver.common.targets(178,5): error : An SDK corresponding to WDK version '10.0.18894.0' was not found. Please install the SDK before building.
1>Done building project "MyProject.vcxproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Continue reading...
 
Back
Top