views:

824

answers:

1

In VS2010 they added to all projects a virtual directory called "External Dependencies":

alt text

It really bothers me especially because if there is a normal folder named "Apple" and one named "Deep" it will be in between the two, and also the information it gives is, in my opinion, completely useless.


Is there any way to remove or hide it?

+2  A: 

Don't know if you figured this out yourself but looking at the following page you can disable it in the Options dialog (from the Tools menu). On the right side panel expand the Text Editor section, then expand C/C++ and then click on Advanced. Set the Disable External Dependencies Folder to True and restart Visual Studio.

http://blogs.msdn.com/raulperez/archive/2010/03/19/c-intellisense-options.aspx

Hope it helps.

Sam