Ive successfully implemented a new Custom Settings module on my 4.11.2 Source Build, it works fine with the Editor, even launching a standalone game it works fine. However when i attempt to package a game it fails with the following Fatal Error.
http://ltbb.org/devilsd/UnrealEngine/images/ISettingsModule.PNG
Ive tested this in a Blank project and it still occurs, simply adding the Includes to the Project Header file causes this issue.
http://ltbb.org/devilsd/UnrealEngine/images/Header.PNG
Its not just for ISettingsModule.h either, it seems to be related to all ISettingsā¦ type header includes that i add.
The thing is, the files clearly exist in the Engine Source directory and i know for a fact that other Modules make use of ISettingsā¦
http://ltbb.org/devilsd/UnrealEngine/images/Directory.PNG
Can anyone confirm that this is a problem?