If two projects are both built using the DebugGame solution configuration, the first project will fail to compile in DebugGame again due to Unresolved External errors.
It seems when DebugGame is compiled for the first project, the following is written to C:\Program Files (x86)\Epic Games\4.11\Engine\Intermediate\Build\Win64\UE4\Development\UELinkerFixups\PCH.UELinkerFixupsName.h.cpp:
#include "F:\Unreal Projects[ProjectName]\Intermediate\Build\Win64\UE4\Development\UELinkerFixupsName.h"
After compiling (DebugGame) the second project, this file is updated. The above include is replaced by the same include but for the second project instead of the first (...[SecondProjectName\Intermediate\...) When DebugGame is compiled for the first project again (for the second time) this file is not updated and leads to Unresolved External errors.
Result:
Project1 fails second compile
Expected:
Projects can be compiled in any configuration back and forth
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
I am not able to find world outliner how to enable it?
Delay nodes occasionally don't fire the "Completed" output in a nativized build
How can i modify the param name in EQS node
What method is used to fill polygonal regions when drawing spline mesh at run time?
An error occurred while trying to generate project files !?
How to achieve HLSL Multiple Render Target in Material blueprints?
Head over to the existing Questions & Answers thread and let us know what's up.
0 |
Component | UE - Foundation - Cpp Tools - UnrealBuildTool |
---|---|
Affects Versions | 4.11 |
Target Fix | 4.11 |
Created | Feb 8, 2016 |
---|---|
Resolved | Feb 17, 2016 |
Updated | May 2, 2018 |