How to solve Missing Templates in Visual Studio Enterprise 2019?

2021-03-02T18:06:14.437+00:00

Today i have installed visual studio enterprise and then installed packages related to c#,c++ . But visual studio shows no packages are installed. Even i tried reinstalling the packages but problem is same. ![73483-screenshot-1.png][1] ![73505-screenshot-2.png][2] [1]: /api/attachments/73483-screenshot-1.png?platform=QnA [2]: /api/attachments/73505-screenshot-2.png?platform=QnA

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,520 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
960 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Michael Taylor 47,711 Reputation points
    2021-03-02T20:06:31.963+00:00

    Click the Clear All link in the top right to reset all the filters. It might take a minute for the templates to refresh. If nothing shows up then type in the search something like Console. Also try selecting a different language like C#.

    Note that I'm assuming that after you installed VS you weren't told to reboot and that you didn't have VS running, if you updated an existing VS installation. If either of those apply then restart your machine and then try again.

    If that still doesn't work then something went wrong while building the template list. Run VS in safemode and see if the problem goes away. If it doesn't then use the Report a Problem tool in the top right corner to report it to MS. They will need to look at the log files to see what might be going wrong.

    0 comments No comments

  2. Dylan Zhu-MSFT 6,406 Reputation points
    2021-03-03T02:00:13.623+00:00

    Hi AnushkaChathuranga,

    You can try to re-download and install visual studio through following steps:

    1. Read this document to remove all components of visual studio: Remove Visual Studio
    2. Re-download VS installer: https://visualstudio.microsoft.com/downloads/

    Best Regards,
    Dylan


    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our **documentation to enable e-mail notifications if you want to receive the related email notification for this thread.**

    0 comments No comments

  3. Alfredo Borroto 1 Reputation point
    2021-10-25T21:31:22.863+00:00

    1- Make sure Visual Studio is up to date.
    2- Open Visual Studio Installer. Press more and then repair.
    3- You should be able to see the template once it finishes.

    0 comments No comments