How to create generated.h

I’m trying to create a no-parent custom class in UE4, so it create a .h file and a .cpp file for me

But there’s no #include “xxx.generated.h” in the .h file

how can I tell UE4 to create one .generated.h for me?