Home > Software design >  Visual Studio 2022 Can't Build Any Projects
Visual Studio 2022 Can't Build Any Projects

Time:03-02

Every time I go to build any project in Visual Studio 2022, all I get in the buil output is:

Build started...
1>------ Build started: Project: ConsoleApp7, Configuration: Debug Any CPU ------

The example above is a simple default template for a .NET 6 Console app.

It never progresses any further than that, the CPU sits around 0-3%, and the build has to canceled. Nothing happens, there's no errors. Same thing happens if I clean, or rebuild.

That's the full output with MSBuild project build output verbosity set to "Diagnostic"

I have VS 2015, and VS 2019 installed on the same computer, can can build projects fine.

I've tried:

  • Uninstall/reinstalling VS 2022
  • Clearing the cache (enter image description here

    CodePudding user response:

    I have the same problem. Since February 28, I have been unable to build any projects and I don't think it has anything to do with Symantec because I don't have it on my computer

  • Related