My Visual Studio isn't loading projects correctly; they appear as "Miscellaneous Files," and the option to configure startup is missing. What should I do?

Mikey Mann 20 Reputation points
2024-01-08T19:25:44.8233333+00:00

Hello,

I'm encountering a persistent issue with Visual Studio where all projects I create or open are categorized under "Miscellaneous Files" and don't properly load in the Solution Explorer. Additionally, the "Configure Start Up Options" is empty, hindering my ability to run projects.

Steps Taken:

  1. Running Visual Studio as administrator.
  2. Resetting Visual Studio settings.
  3. Repairing the Visual Studio installation.
  4. Complete uninstallation and reinstallation of Visual Studio.

None of these steps have resolved the issue. I'm seeking advice on fixing this problem and getting my projects correctly loaded and running in Visual Studio.

Thank you so much for your help.

Developer technologies | Visual Studio | Other
Developer technologies | C#
{count} votes

Accepted answer
  1. Tianyu Sun-MSFT 34,441 Reputation points Microsoft External Staff
    2024-01-09T09:51:56.82+00:00

    Hello @Mikey Mann ,

    Welcome to Microsoft Q&A forum.

    Please firstly try to search "Edit the system environment variables" in Windows Search box, click to open it => Environment Variables… => under System variables => select Path => Edit… => move up and make sure that C:\Program Files\dotnet\ lists higher than C:\Program Files (x86)\dotnet\ => relaunch VS.

    Besides, please try to create a .NET Framework based project and check if it works, for example, .NET Framework 4.7.2/4.8 project. The project template you selected should be .NET currently.

    User's image

    Best Regards,

    Tianyu


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    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.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.