If you've been running it as administrator, then presumably any files created are now marked as belonging to the administrator too, which probably means that when you revert back to being a standard user, you can't write to them, maybe can't even read them.
By changing owner of a .b4a file, I was able to duplicate your "denied" message. Ditto when I remove Write access to the file.
To view or change security on files, you can right-click on a file, Properties, Security. Or use CACLS in command prompt.
Changing the owner was a bit iffier - I went in via the right-click method, and Windows said the file belonged to another another used, but let me shift to administrator mode and change the owner anyway. Don't know how you'd do that on all files in a directory tree, though. CACLS is quiet about that. Perhaps you just Ctrl+A select-all and that might be smart enough to do the sub-directories too.