How can I successfully compile with 4.1?

I have an error trying to compile with the latest unreal 4.10
I believe it is to do with the fact that there was a test rpg camera mode level put into our 2d side scroller game.
unfortunatly I cannot figure out what to do to make it compile correctly.

Look on Output tab because Error List is kind of buggy with UBT, you should have real errors there

Just posted an updated screenshot,

Did this compile before 4.1? Also, there isn’t by any an include further down in that header file is there?

Also, try and ‘File->Refresh Visual Studio Files’ in the editor for that project. It looks like it isn’t finding the RpgController.generated file for some reason.

Hello, Kinglewey. Could you please confirm that you have followed the suggested steps for upgrading projects from 4.0 to 4.1 (Update 4.1 is live! - Announcements - Epic Developer Community Forums)?

Upgrading Projects

-Some steps may be required to get your 4.0 project working in 4.1.
-Upgrading Blueprint-only projects

  • You can load your existing project in the new editor normally.

  • Note: Some Blueprint APIs may have changed between versions, which could cause warnings in your content. Read the API Changes section for more information.

-Upgrading C++ code projects

  • You’ll need to recompile the C++ project for the new version of Unreal Engine

  • Locate the .uproject file in your game’s folder, and right click on it. (on Mac, you can also Command + Click)

  • Select Switch Unreal Engine Version → 4.1 (on Mac, this is in a Services menu)

  • Right click to generate new C++ project files, then recompile your game normally.

  • Note: Some C++ APIs may have changed between versions, which can cause compile errors. Read the API Changes section for more information.

Please let us know if you are still having trouble compiling your project after completing these steps. Have a great day.

Hi Kinglewey.

We have not heard back from you in a few days, so we are marking this post as Resolved for tracking purposes. If you are still experiencing the issue you reported, please respond to this message with additional information and we will offer further assistance.

Thank you.