Although not the prettiest way, what I would do is from the menu select “File->Add Code to Project…” and make sure that the parent class is Pawn (You may have to select the ‘all classes’ tick). Name the file “FlockFish”. Copy paste all my code over into the .h and .cpp files for FlockFish. Do again for “FishManager”, but with its parent class as Actor. If anybody knows a better solution for adding external code to project, please enlighten me