You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I spent several days trying to build this solution in VS 2022 (after conversion) and in VS 2019 after the former failed.
It seems like the author manually modified the VS project files, so that the changes done in the Configuration Properties in VS don't work. The UI shows them but they are not used for the build.
Then in VS 2019, without the conversion, I keep getting this error:
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(439,5): error MSB8020: The build tools for WindowsKernelModeDriver10.0 (Platform Toolset = 'WindowsKernelModeDriver10.0') cannot be found. To build using the WindowsKernelModeDriver10.0 build tools, please install WindowsKernelModeDriver10.0 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution".
I installed all of these WDK and SDK versions and I'm still getting that same error:
Anyone had any luck building it?
The text was updated successfully, but these errors were encountered:
I spent several days trying to build this solution in VS 2022 (after conversion) and in VS 2019 after the former failed.
It seems like the author manually modified the VS project files, so that the changes done in the Configuration Properties in VS don't work. The UI shows them but they are not used for the build.
Then in VS 2019, without the conversion, I keep getting this error:
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(439,5): error MSB8020: The build tools for WindowsKernelModeDriver10.0 (Platform Toolset = 'WindowsKernelModeDriver10.0') cannot be found. To build using the WindowsKernelModeDriver10.0 build tools, please install WindowsKernelModeDriver10.0 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution".
I installed all of these WDK and SDK versions and I'm still getting that same error:
Anyone had any luck building it?
The text was updated successfully, but these errors were encountered: