0

I have installed visual 2019 the newest sdk and C ++ (v14x) Universal Windows Platform tools and I don't see the option to create Blank App (C ++ / WinRT).

Anyone else has happened? How did you solve it?

I have attached an image. enter image description here

Thanks for your help.

punk code
  • 35
  • 10
  • 2
    Have you installed the C++/WinRT Visual Studio Extension: https://marketplace.visualstudio.com/items?itemName=CppWinRTTeam.cppwinrt101804264 see also https://learn.microsoft.com/en-us/windows/uwp/cpp-and-winrt-apis/intro-to-using-cpp-with-winrt#visual-studio-support-for-cwinrt-xaml-the-vsix-extension-and-the-nuget-package – Simon Mourier Nov 07 '20 at 21:55
  • Thanks, I was missing the extension. – punk code Nov 07 '20 at 23:04

1 Answers1

1

Solved.

I installed C++/WinRT Visual Studio Extension

https://marketplace.visualstudio.com/items?itemName=CppWinRTTeam.cppwinrt101804264

by Simon Mourier's Suggestion.

Thanks

punk code
  • 35
  • 10