~Issue fixed in one specific use case~
I had this same issue with a machine I had reimaged and then used my organization's User State Migration tool to restore a backup from another computer. This tool basically copies everything from the user profile on one computer into the next, including AppData, etc.
After some troubleshooting, I found the user state backup was the issue, specifically in the Appdata folder. 2 workarounds worked:
- Logging into the account before running the backup tool
- Backing up files from the previous machine manually, being careful to not copy over the AppData folder.
I know this is pretty case-specific and doesn't get to the file location of the root issue, but I hope it helps for some people.