Its quite common to see errors with the generated include files if you have other errors, that’s because they probably haven’t been generated yet (they are generated when you build) because of the other errors prevent it from ever getting to that point. At first glance, your code seems fine, but do you have the associated ‘.cpp’ file also created? If so can you show it?