CLI Template Installation UWP Error

Hi all,

Has anyone come across this so far? Seems to be some error when I try to install the templates:

Interesting. I installed the templates via vs2022 extensions and the same template was missing. I don’t recall any error message though, i assumed it was simply missing.

I posted a workaround on here somewhere to convert the xaml template to uwp core. Basically you can delete the app and main page xaml and create a program class to instatiate and run your game in core mode. Note that app.xaml has an auto created program entry point so must be removed.