Error trying to forward declare a ustruct?

If you use a pointer (FArmyPresetStruct* myptr) it will work - it doesn’t need to know the class definition then.

I get an error saying “cannot have an exposed pointer to this type.”