Open KamikazeXeX opened 2 years ago
Okay, so I've found the issue, it seems Narrative cannot currently be used in conjunction with projects that use non-unity compilation, as soon as I comment the following in my Project
bUseUnityBuild = false;
bUsePCHFiles = false;
A more in-depth explanation from a former Epic staff member on the forum explaining why it's potentially important here: https://forums.unrealengine.com/t/how-to-compile-in-non-unity-mode/94863/5
This would be perfectly fine in a non-multi user project, but when there's 2 or more people working on a project and a headless build server ontop of that, things can get dicey if UBT decides to append different cpp files in different orders each time (and let's face it, not everyone has projects that've followed the correct C++ programming conventions/standards).
Hey, I'm unable to compile our C++ project after adding a fresh copy from the Marketplace, there appears to be a good handful of code errors which are noted in the logs below, the latest UE5 version has these errors too though there's a few additional issues preventing projects from compiling.
Setup: C++ based project Engine: 4.27 + 5.0 (Binary builds from Epic Launcher) IDE: JetBrains Rider (VS 2019 also throws the same errors) MSVC: 14.29.30133 Windows 10 SDK: 10.0.18362.0
NOTE: I am copying the plugin into the project's "Plugins" folder (since it's a collaborative version controlled project with multiple developers and manually re-distributing the plugin is not a suitable solution)
UE 4.27 logs:
UE 5.0 logs: