Fixxed! I needed to add
AIModule
to the
PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore", "AIModule" });
in the build.cs file!
See here:
Fixxed! I needed to add
AIModule
to the
PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore", "AIModule" });
in the build.cs file!
See here: