Project can't compile when moving from 5.3 to 5.5

Hi, my project couldn’t compiled. I tried removing the Intermediate, and related folders, rebuild .sln, and update my visual studio. Nothing works at the moment and it gave me the same errors. 5.3 seems to be find but not with 5.5

1>G:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.MakeFile.Targets(44,5): error MSB3073: The command ““G:\Program Files\Epic Games\UE_5.5\Engine\Build\BatchFiles\Build.bat”
MyProject Win64 Development -Project=“G:\Perforce\Admin_NamePC_8998\Myproject\Myproject 5.5\Myproject.uproject” -WaitMutex -FromMsBuild -architecture=x64” exited with code 8.

1 Like

I solved it by adding these
“DefaultBuildSettings = BuildSettingsVersion.V4;

CppStandard = CppStandardVersion.Cpp20;”

to my Myproject.target.CS

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.