Haha, dont worry. This should do the trick:
Go to your game project folder and open the Aeon.sln with visual studio. Undo the changes in your header file and rebuild the project. Starting your project should work fine afterwards.
Also remember: never put initializations into header files. You should not even think about using global variables (even if UE does)