There is a problem with making a plane trajectory following the tutorial

Thanks for bringing this issue to our attention. We’re looking into the issue and will follow up as soon as possible.

It looks like you need to re-order your #includes in PlaneTrack.h. Try moving lines 11, 12, and 13 of your code to in between lines 6 and 7. You’ll always want to keep #include "PlaneTrack.generated.h" at the bottom of your #includes.

You can also always compare your code against the complete source code for the project, found here.

Let me know if you have any further questions!

Sorry, I just saw the message, it has been fixed, vs made a mistake.