Upgrate 4.2.1to4.3 Erro:Superclass AIController of class ShooterAIController not found

I got the Erro for upgrated UE4.3 like

Erro:Superclass AIController of class ShooterAIController not found

how can I fix it?

thanks

It can be fixed by adding “AIModule” in your project.Build.cs file, example
PublicDependencyModuleNames.AddRange(new string[] { “Core”, “CoreUObject”, “Engine”, “InputCore”, “AIModule” });

thank you

Tkanks!谢谢!