I have cloned a repo in Visual Studio 2019 and whenever I try to open the repo using the "open local folder" option, the folder view loads, here I can see all the projects in the repo but as soon as I switch to the "solution view", a few of my projects and folders go missing. I have tried to right click and add the project again to the solution but as expected, it throws an error saying the project already exists. What am I doing wrong? How can I fix it?
Asked
Active
Viewed 80 times
0
-
Did you try the "Show All Files" button in Solution Explorer? – TTT Mar 12 '22 at 21:29
-
@TTT, yes I've already tried that. It doesn't show me the missing files. In fact it seemed like it worked as expand/collapse button for my project – Artemis Mar 13 '22 at 06:41