I inherited a codebase, and one of the projects has a few hundred c# files, but in solution explorer it only shows a couple. These classes are referenced in other projects, and the solution builds fine.
If I click the "Show All files" option, it will show the obj
and bin
folders and a config file, but none of the .cs
files that exist in that folder show up there. If I go to project
-> Add Existing Item
and select one of the files, the project does not change. All the files I'm looking for exist in the appropriate folder.
Why are the files missing in solution explorer, but still referenced in the codebase? How do I get them to show up in solution explorer?