In the visual studio, we can open the file in the #Include statement by right-clicking the file name in the include statement and clicking "Open Document". But sometimes, when I want to open a file, I donβt remember where it was in the project or where it was included. What I do is that I open any file, add the #include statement for this file, then right-click-> Open document to open the file, and then delete the #include statement that I added to open this file.
Can someone plz tell me a more straightforward way to quickly open a file without searching for it?
I am using Visual Studio 2008
source share