Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Disappearing folders in Visual Studio

Disappearing folders in Visual Studio

Scheduled Pinned Locked Moved C / C++ / MFC
csharpvisual-studiohelpquestion
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Poul Haahr Klemmensen
    wrote on last edited by
    #1

    I have divided one of my Visual Studio projects into "subsystems" using folders to make it easier to navigate between logically seperate subsystems. But my problem is that after a while these folders disappeared. It really annoys me because it takes quite a long time to sort my classes into these folders. Is this a known problem and is there anything I can do to solve the problem?

    H 1 Reply Last reply
    0
    • P Poul Haahr Klemmensen

      I have divided one of my Visual Studio projects into "subsystems" using folders to make it easier to navigate between logically seperate subsystems. But my problem is that after a while these folders disappeared. It really annoys me because it takes quite a long time to sort my classes into these folders. Is this a known problem and is there anything I can do to solve the problem?

      H Offline
      H Offline
      HJo
      wrote on last edited by
      #2

      The folder information is stored in the project's .opt file, so you'll need to protect if from beeing removed or overwritten. Or, if you're using a version control system, you could have it checked in, checking it out when you make changes to the class tree... I don't know why they disappear, but it's bothering me as well.

      P 1 Reply Last reply
      0
      • H HJo

        The folder information is stored in the project's .opt file, so you'll need to protect if from beeing removed or overwritten. Or, if you're using a version control system, you could have it checked in, checking it out when you make changes to the class tree... I don't know why they disappear, but it's bothering me as well.

        P Offline
        P Offline
        Poul Haahr Klemmensen
        wrote on last edited by
        #3

        :)Thanks that helped i will try and protect that .opt file by moving it into sourcesafe.

        B 1 Reply Last reply
        0
        • P Poul Haahr Klemmensen

          :)Thanks that helped i will try and protect that .opt file by moving it into sourcesafe.

          B Offline
          B Offline
          Bartosz Bien
          wrote on last edited by
          #4

          This is no good. This is a VS6 bug, and I had to surrender with it. Now I divide a workspace into subprojects when I want to have my classes separated/grouped. Regards, BB

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups