加载kmdf项目C:\ Program Files(x86)\ Windows Kits \ 10 \ build \ WindowsDriver.Default.props(17,20)时出现此错误:尝试对“$(WindowsTargetPlatformVersion)”进行数值比较“”而不是数字,条件为“'$(OverrideCfgV1)'==''和'$(WindowsTargetPlatformVersion)'<= '10 .0.14250.0'”。
有解决方案吗
尝试转到项目属性 - >常规 - > Windows SDK版本 - >设置为您安装的正确SDK版本。
确保安装了Windows 10 SDK,否则无法执行上述步骤。如果您没有安装它,请安装它,然后尝试加载项目而不执行上述操作。
你可以在这里找到Windows 10 SDK:https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk
我希望这有帮助。