I’m hitting a packaging failure on Windows with UE 5.4. The build dies with ExitCode=6 (OtherCompilationError). Key lines from my log:
Anyone has some ideas?
Environment
-
Windows 11
-
Unreal Engine 5.4 (Launcher build)
-
Visual Studio 2022 Community 17.14
- MSVC v143 toolset 14.44.35211 (log says preferred is 14.38.33130)
-
Windows 10 SDK 10.0.26100.0
-
Plugins include Wwise
What I tried
-
Deleted
Binaries/
,Intermediate/
,.vs/
→ full clean rebuild -
Verified UE 5.4 installation via Launcher
-
Copied project to a path without spaces
-
Installed Windows 10 SDK 10.0.19041 alongside 26100
-
Set up a completely fresh project → that one built successfully
-
Tried replicating all plugin settings from my real project into the fresh one → still failed once plugins were in place