docs: Install Windows 10/11 SDK with VS installation (#10550)

This installation is also needed with VS installation. Only then they
would be able to target the WINDOWS SDK

Optionally, include screenshots / media showcasing your addition that
can be included in the release notes.

I was getting link.exe error before this stating that my MSVC was not
installed properly. But MSVC was perfectly installed. I went on
stackoverflow and checked for similar instances with `cargo run` on
windows and found this

https://stackoverflow.com/a/55603112/12859779

where in comment Fasis states that we need to install WINDOWS 10 SDK. I
had Windos 11 so Installed that and it worked :)

Release Notes:

- N/A
This commit is contained in:
Nimit Savant 2024-04-19 03:12:20 +05:30 committed by GitHub
parent 1fbc04104c
commit bd5473a582
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ git submodule update --init --recursive
rustup target add wasm32-wasi rustup target add wasm32-wasi
``` ```
- Install [Visual Studio](https://visualstudio.microsoft.com/downloads/) with optional component `MSVC v*** - VS YYYY C++ x64/x86 build tools`. - Install [Visual Studio](https://visualstudio.microsoft.com/downloads/) with optional component `MSVC v*** - VS YYYY C++ x64/x86 build tools` and install Windows 11 or 10 SDK depending on your system
> [!NOTE] > [!NOTE]
> `v***` is your VS version and `YYYY` is year when your VS was released. > `v***` is your VS version and `YYYY` is year when your VS was released.