Tools, FAQ, Tutorials:
Install Windows SDK 8.1 with Visual Studio Installer
How to install "The Windows SDK version 8.1"? I need to build my Visual Studio C++ applications.
✍: FYIcenter.com
If you want to install Windows SDK Version 8.1 with Visual Studio Installer, you can follow this tutorial:
1. Close "Visual Studio". And run "All Programs > Visual Studio Installer". You see "Visual Studio Community 2017" listed as an installed product.
2. Click "Modify" button below "Visual Studio Community 2017". You see the installation selection screen.
3. Click "Windows 8.1 SDK and UCRT SDK" checkbox in the selection Summary on the right to select it.
4. Click "Modify" button near the bottom right corner. You see the download progress indicator window.
5. Wait for the download the finish. It could be a long wait, since it about 2GB data to transfer.
6. Start Visual Studio again, when the download and installation is done.
Windows SDK Version 8.1 should be ready for your Visual C++ application now.
The picture below shows you how to install "Windows SDK 8.1" with Visual Studio Installer:
⇒ Windows SDK 8.1 Program Folders
⇐ Visual Studio Error: Windows SDK Version 8.1 not Found
2023-12-01, 23913🔥, 0💬
Popular Posts:
How to use the RSS Online Validator at w3.org? You can follow this tutorial to learn how to use the ...
How to build a PHP script to dump Azure AD 2.0 Authentication Response? If you are use the Azure-AD-...
What is the standard to map XML repeating elements to JSON values? There seems to be no industry sta...
How to read RSS validation errors at w3.org? If your RSS feed has errors, the RSS validator at w3.or...
Where to find tutorials on JSON (JavaScript Object Notation) text string format? I want to know how ...