Is this code in the KJSonStructs.h file? Have you tried generating your project files since adding this file to your project?
If this isn’t KJSonStructs.h, you’ll need to include that file instead of its .generated.h, as .generated.h files are only meant to be included in the file they’re generated from.
We haven’t heard from you in a while, . Are you still experiencing this issue? If so, can you provide the information mentioned in my previous comment? In the meantime, I’ll be marking this issue as resolved for tracking purposes.
I’m not sure if this is just a typo from your answerhub post, but it seems that there may be a capitalization mistake here that is causing this. In your include statement, the first S in KJsonStructs.h is capitalized, but it is not capitalized in your struct declaration and seemingly not capitalized in the file name either (based off your comment.) Can you try fixing this capitalization error to see if that is what is causing this?