I've looked in C:\Users\%USERNAME%\AppData\Roaming and C:\Users\%USERNAME%\AppData\Local for my application that I'm debugging in Visual Studio 2015, but can't find it there.
I'm trying to blow away the setting value, but can't find it.
Where do user settings go for visual studio projects i'm debugging?
They are in the .suo and .usr file which is in a hidden ".vs" folder in the root directory of the project. An explanation of what these files hold can be found here You'll have to show hidden files in order to find it.
The whole folder is user specific. I sometimes find the need to delete the whole folder when VS is running very slow or when I have a setting I played with and want it back to default. VS will recreate the folder, but I would save a backup in case.