ALUM22
ALUM22

Reputation: 111

"Add New Item" templates are missing from VS 2019 (v16.10.4)

I have recently installed VS 2019 Community on a new machine. I've noticed that some Project Templates and almost all Item Templates are missing. These modules are installed: Visual Studio Installer configuration

When I go to the Solution Explorer, right-click "Add>New Item" the dialogue is missing most of the Templates that I'm used to seeing: Normally many more options here

I use mostly C# and have installed Xamarin, but cannot add any Xamarin Forms, as they are missing. Despite the fact that I have installed Xamarin, apparently correctly. enter image description here

In poking around on the internet, I found a POST that mentioned two folders within the Visual Studio installation folders. The Cache folders are entirely absent in my installation, and there are no .zip files in the Templates folders. I manually added the Cache folders and ran the command as noted without any change. Nothing appeared in the Cache folders.

Any help would be VERY appreciated. Has anyone seen anything like this?

Upvotes: 4

Views: 5208

Answers (2)

Fatima Karimi
Fatima Karimi

Reputation: 3

If VS is updated to last version, and the problem still exists, In Visual Studio Installer Click on modify, in WorkLoads tab, make sure all items required in your project are checked. if not, check them and modify it.

Upvotes: 0

Jessie Zhang -MSFT
Jessie Zhang -MSFT

Reputation: 13833

You can try the following methods:

1.try to repair you visual studio first.

For more details, check: https://learn.microsoft.com/en-us/visualstudio/install/repair-visual-studio?view=vs-2019

2.If the problem persists, try to perform a thorough uninstall for Xamarin for Visual Studio.

For more details, check:https://learn.microsoft.com/en-us/xamarin/cross-platform/troubleshooting/questions/uninstall-xamarin-vs

Upvotes: 1

Related Questions