MSVC Issue While Compiling a KMDF Kernel Driver Project

Hello I Have Installed KMDF Correctly and Also The ISO Image and Started Visual Studio From it But When I Try to Compile The Project I Get This Error:

Severity Code Description Project File Line Suppression State Error MSB8070 Cannot find MSVC toolset version ‘14.27.29110’: the folder ‘VCToolsInstallDir_160_is_not_defined’ does not exist. Please make sure MSVC toolset version ‘14.27.29110’ is installed or choose another toolset version. HelloWorldDriver C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets 427

Thanks In Advance :slight_smile:

Sounds like you indeed do not have the WDK installed correctly. I’d say to remove it, and try reinstalling it again. Make absolutely certain you follow all the instructions shown here.

Peter