簡體   English   中英

錯誤 MSB8036:未找到 windows SDK 版本 10.0.17763.0

[英]Error MSB8036: The windows SDK version 10.0.17763.0 was not found

操作系統:Windows 10 64 位平台:Visual Studio 2019

我正在編譯 C++ DLL 項目。 Although I installed "Windows 10 SDK (10.0.17763)" and "Visual Studio SDK", the visual studio can"t see the SDK. I try to "Retarget Solution" but there is no list of Windows SDKs. The WindowsSdkDir, WindowsSdkDir_10環境變量為空。

如何讓 Visual Studio 2019 檢測 Windows SDK 的安裝並將其關聯到我的項目

Usually you can select a specific Windows SDK (exact version) or "newest" SDK in your project properties (right click, properties).

我認為您的項目使用了一些未安裝在您的機器上的特定 Windows SDK 版本。 To make your project Windows SDK-version independent you should go to the properties page and select "Windows 10 SDK (newest)" - or similar

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM