I'm breaking a QT5 project into two separated ones. I've copied the source code and Qt Project (.pro) and imported it again to a new Visual Studio solution.
Now when I "go to definition" or "find all references" it finds also the old solution files. I would like to search only within my current solution.
Edit: QT version is 5.6.0, Visual Studio is 2015 Community, and I'm using a QT plugin found on Tools > Extensions and Updates > Qt5Package.
Edit2: Using the search it's possible to search only within the current solution or file. But I would rather like, if possible, to correct the F12 and Shift-F12 functions, so they only point to the correct location.