I have setup a new development environment on my laptop and for some reason the "Navigate To" function (CTRL + comma) does not work. It's the same exact solution (C#) and the same exact version of Visual Studio as on a number of other computers where the function works. It gets stuck on "Found 0 matching results" while the little progress bar stays there but is empty.
Has anybody had the same problem?
I would expect that there would be some kind of IntelliSense cache file next to the .sln, but all I found was a .suo file which I deleted but it did not help.
Update: I just noticed that the fresh solution has some missing files (we don't store config files in SVN). Could this confuse it? On other other hand, I'm almost sure we have had files missing before and it was not a problem.