Compiling problem UE\VS2022

Thank you for the extended log, the conflict comes from the following section, related to GENERATED_BODY, as you mentioned in your latest post:

C:\Users\kfpop\Documents\pkhLineworks\DungeonGame\Source\DungeonGame\DGAttributeSet.h(47): Warning: The identifier ‘GENERATED_BODY’ was detected in a block being skipped. Was this intentional?
Total of 0 written
Total execution time: 4.17 seconds
CompilationResultException: Error: OtherCompilationError

Somewhere in your code, that element was being skipped, and failing the entire compilation. Since you have already fix the skip, but the issue persists, please re-generate your project files from DungeonGame.uproject, then try to compile again.

If the issue remains, then we will need the updated logs, with the new errors.