I Try To Open A C++ Project But I Get An Error

Every time I try to open a C++ project I get an error that says: "Running D:/UE_5.3/Engine/Build/BatchFiles/Build.bat -projectfiles -project=“C:/Users/User/Downloads/Documents/Unreal Projects/First_Game/First_Game.uproject” -game -rocket -progress
Using bundled DotNet SDK version: 6.0.302
Running UnrealBuildTool: dotnet “…..\Engine\Binaries\DotNET\UnrealBuildTool\UnrealBuildTool.dll” -projectfiles -project=“C:/Users/User/Downloads/Documents/Unreal Projects/First_Game/First_Game.uproject” -game -rocket -progress
Log file: C:\Users\User\AppData\Local\UnrealBuildTool\Log_GPF.txt

Generating VisualStudio project files:
Discovering modules, targets and source code for project…
Microsoft platform targets must be compiled with Visual Studio 2022 17.4 (MSVC 14.34.x) or later for the installed engine. Please update Visual Studio 2022 and ensure no configuration is forcing WindowsTargetRules.Compiler to VisualStudio2019. The current compiler version was detected as: 14.29.30154"

I verified the engine and updated my IDE: Visual Studio 2022, and I don’t have any other Visual Studio IDEs. What should I do?