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.