Missing Dependency, request for VitalixComponent but it hasn't been created yet

Fatal error: [File:D:\Build++UE4+Release-4.15+Compile\Sync\Engine\Source\Runtime\CoreUObject\Private\Serialization\AsyncLoading.cpp] [Line: 2527]
[2017.03.12-07.24.07:700][ 0]LogWindows:Error: Missing Dependency, request for VitalixComponent but it hasn’t been created yet.

UVitalixComponent is defined in my plugin Vitalix as a USceneComponent. My project runs fine from the editor, and packages successfully, but crashes as soon as I run the .exe. Originally, my character blueprint had one added to it, but I removed it and still get the error.

Hey BlackRang666,

Try the suggestion of disabling the Event Driver Loader located on the following thread::

Let me know if that resolves the issue.

Have a great day

Actually, the correct solution here was to make sure all the plugin modules were added to the dependency lists in the build file.