Problem adding Code to Project

Fixxed! I needed to add
AIModule

to the

	PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore", "AIModule" });

in the build.cs file!

See here: