Visual Studio 2015无法加载kmdf项目

问题描述 投票:0回答:1

加载kmdf项目C:\ Program Files(x86)\ Windows Kits \ 10 \ build \ WindowsDriver.Default.props(17,20)时出现此错误:尝试对“$(WindowsTargetPlatformVersion)”进行数值比较“”而不是数字,条件为“'$(OverrideCfgV1)'==''和'$(WindowsTargetPlatformVersion)'<= '10 .0.14250.0'”。

有解决方案吗

visual-studio-2015 wdk
1个回答
0
投票

尝试转到项目属性 - >常规 - > Windows SDK版本 - >设置为您安装的正确SDK版本。

确保安装了Windows 10 SDK,否则无法执行上述步骤。如果您没有安装它,请安装它,然后尝试加载项目而不执行上述操作。

你可以在这里找到Windows 10 SDK:https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk

我希望这有帮助。

© www.soinside.com 2019 - 2024. All rights reserved.