Install Visual Studio 2019 and up.
- Run "Visual Studio Installer"
- Select "Modify" on visual studio "Visual Studio"
- Check ".Net desktop development"
- Check "Universal Windows Platform development"
- Under "Installation details/Universal Windows Platform development"
- Check the the "Windows 10 SDK (10.0.19041.0)" is checked
- Download and install .NET Core 3.1 SDK
- Download and install .NET Framework 4.6.2 Developer Pack
Warning: Try not to clone the repo into any location where the path is already significantly long. There is a windows an existing MAX path issue with windows (Files on paths longer than 256 cannot be found be the build tool chain). Within the project there are paths of 190 characters, so the shorter the base directory the better.
git clone [email protected]:windows-toolkit/WindowsCommunityToolkit.git