v5.5 Starting a new project Fails with this output, worked with v5.4

Running D:/Program Files/Epic Games/UE_5.5/Engine/Build/BatchFiles/Build.bat -projectfiles -project=“D:/Projects/HF_Wonder/HF_Wonder.uproject” -game -rocket -progress
Using bundled DotNet SDK version: 8.0.300
Running UnrealBuildTool: dotnet “....\Engine\Binaries\DotNET\UnrealBuildTool\UnrealBuildTool.dll” -projectfiles -project=“D:/Projects/HF_Wonder/HF_Wonder.uproject” -game -rocket -progress
Log file: C:\Users\ravenmikal\AppData\Local\UnrealBuildTool\Log_GPF.txt

Generating VisualStudio project files:
Discovering modules, targets and source code for project…
Available x64 toolchains (1):

  • C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.43.34808
    (Family=14.43.34808, FamilyRank=1, Version=14.43.34809, Is64Bit=True, ReleaseChannel=Latest, Architecture=x64)
    Unavailable x64 toolchains (3):
  • C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.36.32532
    (Family=14.36.32532, FamilyRank=1, Version=14.36.32548, Is64Bit=True, ReleaseChannel=Latest, Architecture=x64, Error=“UnrealBuildTool requires at minimum the MSVC 14.38.33130 toolchain. Please install a later toolchain such as 14.38.33130 from the Visual Studio installer.”)
  • C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.40.33807
    (Family=14.40.33807, FamilyRank=1, Version=14.40.33820, Is64Bit=True, ReleaseChannel=Latest, Architecture=x64, Error=“UnrealBuildTool has banned the MSVC 14.40.33807-14.40.99999 toolchains due to compiler issues. Please install a different toolchain such as 14.38.33130 by opening the generated solution and installing recommended components or from the Visual Studio installer.”)
  • C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.37.32822
    (Family=14.37.32822, FamilyRank=1, Version=14.37.32826, Is64Bit=True, ReleaseChannel=Latest, Architecture=x64, Error=“UnrealBuildTool requires at minimum the MSVC 14.38.33130 toolchain. Please install a later toolchain such as 14.38.33130 from the Visual Studio installer.”)
    Total execution time: 18.94 seconds
    Unable to find valid 14.36.32532 C++ toolchain for VisualStudio2022 x64

I have every option for 14.36, 14.37, and 14.40 installed on visual studio 2022. I have a working file I created in 5.4, so I’m not sure what changed in one version.

Poking Visual Studio and compiler tools with a stick long enough, opened up my 5.4 project haven given up on 5.5, and its telling me I’m missing packages. Not suprised, I’ve ripped and reinstalled a couple of times over. Installs 14.38, then compiles. Try 5.5 again, creates project.
All’s well that ends well.