Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is WinUI3 in Visual Studio 2022?

I am unable to find Microsoft's new development platform WinUI3 in visual studio. Should I install any components or something bug in my VS?

enter image description here

like image 667
Mg Bhadurudeen Avatar asked Sep 10 '25 18:09

Mg Bhadurudeen


1 Answers

In the Visual Studio Installer under "Workloads / Installation details" at the right side, enable:

  • ".NET desktop development" > "Windows App SDK C# Templates"
  • "Desktop development with C++" > "Windows App SDK C++ Templates"

enter image description here

All other required features will be selected automatically.

like image 55
NineBerry Avatar answered Sep 13 '25 23:09

NineBerry