Here's how I fixed it:
- Open up PowerShell in your project folder
- Run
ls -rec | select-string Show
- Use your favorite text editor to set all references to "ShowAllFiles" to false
In my case, this ended up being
[ProjectName].vcxproj.user
, but do the Select-String search to be sure.