The contents of a folder in the VS 2022 Solution Explorer no longer show

SuperCoder 136 Reputation points
2024-02-28T17:48:35.6166667+00:00

I can no longer open the reports folder within the solution explorer to view and select its contents even though the contents do exist. How do I fix this?
Solution Explorer

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,717 questions
0 comments No comments
{count} votes

Accepted answer
  1. Michael Taylor 49,251 Reputation points
    2024-02-28T17:54:24.5366667+00:00

    This looks like a VB Winforms app?? What type of files are in the Reports folder?

    Did this suddenly happen or did something change in the system? If so then what?

    It is possible the files were removed from the solution so go to the Show All Files option in the toolbar at the top of Solution Explorer and show all the files. Then right click each file that is missing and select the option to include in the project. Then you can disable showing all files.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. JOSHOUA 0 Reputation points
    2024-05-14T19:16:33.6733333+00:00

    Same thing happened to me today. I'm building an ASP Core application. Windows Explorer shows all of the files but in Visual Studio 2022 solution explorer, it shows only some files that are seen in Windows explorer. I tried clicking the Show All Files button but no luck.vs2022_missing_files_01

    vs2022_missing_files_02

    0 comments No comments