CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6

Threaded View

  1. #1
    John E is offline Elite Member Power Poster
    Join Date
    Apr 2001
    Location
    Manchester, England
    Posts
    4,835

    Missing 'convenience filters after restoring from a backup

    Does anyone know what generates the 'convenience folders' (filters) in a VS solution? Here's the kinda list I usually see in my IDE:-

    Name:  usual-list.png
Views: 475
Size:  11.9 KB

    Notice that the header files are in a separate filter from source files / resource files etc. Unfortunately I just needed to restore some projects from a recent backup and I seem to have lost those filters (which are quite useful). Apart from External Dependencies, everything is now jumbled together:-

    Name:  restored.png
Views: 528
Size:  12.0 KB

    If it was just one project I could just set them up again - but I've restored over 20 projects.

    Does anyone know what associates the various files with their respective filters (i.e. do I need to re-associate them somehow?) Or will it be a matter of laboriously recreating them all over again...

    [Edit...] I just discovered that each project has an associated file called <the_project_name>.filters, These did get restored but for some reason they haven't been re-associated with the project. Any ideas anyone?
    Last edited by John E; November 20th, 2020 at 10:33 AM.
    "A problem well stated is a problem half solved.” - Charles F. Kettering

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured