verse code error

I’m working on a Verse module for a game in UEFN. I’m getting persistent 3509 errors related to listenable declarations (e.g. listenable(agent, agent)), and I’ve fixed those in my source file.

However, even after editing the correct .verse file in /Plugins/Verse/Source/monopoly_logic/monopoly_logic.verse, the compiler keeps regenerating the Verse.digest.verse file with the same errors — as if it’s ignoring my changes.

I’ve confirmed I’m not editing files in /Saved/VerseProject/..., and I’m using the correct file path. But when I reopen the project or compile Verse, it resets everything and brings the same errors back.

It seems like my changes to the module aren’t being respected or saved properly. Any ideas


why UEFN keeps ignoring my edits and restoring bad auto-generated versions?