3

I pulled down a shared solution from GitHub;

see image here

However, I am unable to open one of the solution folders.

Adrian Mole
  • 49,934
  • 160
  • 51
  • 83
AJ_B82
  • 39
  • 2

2 Answers2

5

Thought I would add, there is a bug where this icon appears when it shouldn't, it's probably caused by switching branches. Restarting Visual Studio seems to fix it.

1

This folder isn't in source control (in this case: Git because of GitHub)

Git only tracks files and so not empty folders.

The folder is probably mentioned in the .csproj

Julian
  • 33,915
  • 22
  • 119
  • 174