c++ - Filters in a VS2010 project lost after a restart -
i had organized files (.cpp , .h) in vs2010 c++ project separate filters. after sudden restart folders gone files still there . there way me recover folders or have reorganize again ?
update: seems when right click on project not add new filter option instead add new folder option. how add new filters project now
if prefer physical file-system directories instead of logical filters, can click on "show files" button atop solution explorer panel , create directories within visual studio.
this method doesn't require .vcxproj.filters file , gives option keep file structure sane (i.e. not having enormous amount of files in single directory).
Comments
Post a Comment