What Was Expected
When you make a C++ class using the Unreal Editor it should generate a “.generated.h” file as well as the “.h” and “.cpp” files!
What Happened
I tried to make “TankPlayerController” C++ class using the Unreal Editor, and I successfully generated “TankPlayerController.h” and “TankPlayerController.cpp”! Though i cannot compile because i have no “TankPlayerController.generated.h”
What I’ve Tried
I looked online for some solution (or a link to download another copy of the “generated.h” file) to no avail