Unreal Engine 4.7.4 fails to create class

Thanks.

Is your newly added ShipAIController.h file including AIController.h? (it should really have added this automatically).

It may also be that your game module doesn’t depend on “AIModule”, so UHT can’t find the parent class when parsing your headers.