Trying to open UE5.3.2 for C++ will not work

This is the error I am getting when i try to open a project with C++. How do i fix this if its a know bug/problem? I’m new to coding so i might just be missing something basic.

  1. https://docs.unrealengine.com/5.3/en-US/setting-up-visual-studio-development-environment-for-cplusplus-projects-in-unreal-engine/
  2. Check in Visual Studio Installer > ( version ) Modify > Individual Components > MSVC ( latest )

C:\Users[user]\AppData\Roaming\Unreal Engine\UnrealBuildTool\BuildConfiguration.xml

<?xml version="1.0" encoding="utf-8" ?>
<Configuration xmlns="https://www.unrealengine.com/BuildConfiguration">
    <VCProjectFileGenerator>
        <Version>VisualStudio2022</Version>
    </VCProjectFileGenerator>
    <WindowsPlatform>
        <Compiler>VisualStudio2022</Compiler>
    </WindowsPlatform>
</Configuration>

Try this, back up the file before modifying it