It’s annoying to have to separately maintain a .filters file to make Visual Studio happy, as well as my project’s on-disk layout. Is it possible to tell VS to use real folders, like it does for C#?
It’s annoying to have to separately maintain a .filters file to make Visual Studio
Share
In the Solution Explorer in Visual Studio, just click the toolbar button called ‘Show All Files’.
That does exactly what you want.
EDIT(Billy O’Neal): Added image for others so they don’t have to hunt…

(source: billy-oneal.com)