I have a project started with 4.17.2 from the launcher. I use a few free plugins such as LoadingScreen, VictoryPlugin, AdvancedSession and also RaveSplineMeshBuilder from the marketplace.
I now got the Source for the 4.17.2 released from github so i can build a dedicate server.
After successfully build and open the Source version, i’m trying to add those Plugin as i need them for my project but all of them ends up bringing a similar error that look like this:
Expected LoadingScreenSettings.h to be first header included. UE4 F:\Work\UE4\UnrealEngine\Engine\Plugins\Runtime\LoadingScreen-master\Source\LoadingScreen\Private\LoadingScreenSettings.cpp 1
So i have many of those but for different files / plugins.
I tried to delete the “Intermediate” / “Binaries” and use the “GenerateProjectFiles.bat” but i always have those errors
I didn’t find much on the internet, anyone would know what i could do to fix this ?