I need Windows SDK 10.0.17763.0
which doesn't show up on the VS2022 setup page.
Then I find the installation from /
After installing it appears in the Control Panel.
But it doesn't show up in the VS2022 settings, why?
Edit: On the Windows SDK installer, there is only C++ x86
option while I'm working on a x64 program, is that the reason?
Sorry for this Your post is mostly images. Add additional details to explain the problem and expected results.
I need to add some rubbish with it.
I need Windows SDK 10.0.17763.0
which doesn't show up on the VS2022 setup page.
Then I find the installation from https://developer.microsoft/en-us/windows/downloads/sdk-archive/
After installing it appears in the Control Panel.
But it doesn't show up in the VS2022 settings, why?
Edit: On the Windows SDK installer, there is only C++ x86
option while I'm working on a x64 program, is that the reason?
Sorry for this Your post is mostly images. Add additional details to explain the problem and expected results.
I need to add some rubbish with it.
- Did you exit Visual Studio and restart it? – Raymond Chen Commented Mar 24 at 3:55
- @RaymondChen, not only vs, I've restarted the computer as well. – Administrator Commented Mar 24 at 5:32
- Hi, please modify your Windows SDK and select "Windows SDK for Desktop C++ /x86/amd64/arm64 Apps" installed, then relaunch your project to see if the issue persists. – Dou Xu-MSFT Commented Mar 25 at 7:15
1 Answer
Reset to default 0On the Windows SDK installer, there is only C++ x86 option while I'm working on a x64 program, is that the reason?
I think yes. Please make sure that "Windows SDK for Desktop C++ amd64/arm64 Apps" and "Windows SDK for Desktop C++ x86 Apps" has been checked.
Open Control Panel, right-click Windows 10.0.17763, select Change.
Select "Windows SDK for Desktop C++ amd64/arm64 Apps" and "Windows SDK for Desktop C++ x86 Apps", then click Change.
3.Restart VS and reopen your project to see if 10.0.17763 shows up.
If this doesn't help, please consider Reinstall/Repair Windows SDK(10.0.17763.0) and reinstall the C++ workloads in VS, from VS Installer->Modify. Try to reinstall VS 2022 if possible.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744262005a4565680.html
评论列表(0条)