Appologies if this didn’t land in the right area. Has anyone else encountered this when trying to build the release UE5.4 from source? If so, any insights?
Same here, I tried changing Visual Studios build tools as stated in the known issues:
Known Issue:
Compiling Microsoft platforms with the Visual Studio 2022 “MSVC v143 - VS 2022 C++ x64/x86 build tools (v14.39-17.9)” toolchain will cause internal compiler errors.
Workaround:
In the Visual Studio 2022 installer, install the “MSVC v143 - VS 2022 C++ x64/x86 build tools (v14.38-17.8)” individual component before compiling.
Hey all, I got it working, remove the CdmLine program from the solution. Compiles fine. But you wont get CmdLine anymore obviously. But if you dont need it, this works at least.
Fwiw, I’m on the same MSVC and can compile, but will occasionally hit the issue. I’ve noticed that it seems to happen when I select “Build Solution” in Visual Studio 2022, but if I right click my game’s project and select “Build,” the build will succeed.
I’ve heard that building the engine for a particular project will work, but building the engine standalone (which is what I am trying to do), seems to fail with those globals not being found during the link stage.
Is it possible those missing globals are only around when a project is present. For now, I have fallen back to UE5.3 source build. It compiles just fine. Will port my project over when the 5.4 build issues is solved.
I was just looking forward to the new animation retargeting in 5.4