Installing Visual Studio and Windows development workloads
The first step to follow when starting with WinUI development is to install Microsoft's Visual Studio integrated development environment (IDE). You can download the current version of Visual Studio 2019 from https://visualstudio.microsoft.com/downloads/. Visual Studio Community 2019 edition is free for personal use and has all the features you will need to build WinUI applications.
Tip
If you want to try new Visual Studio features before they are released, you can install the Visual Studio Preview version from https://visualstudio.microsoft.com/vs/preview/. The Preview version is not recommended for development of production applications as some features are unstable.
During installation, you can select workloads for any type of application that you want to create. For WinUI development, you must select these three workloads:
- .NET desktop development
- .NET Core cross-platform development
- Universal...