Hello Daniweb Community,
I am migrating a VS2005 solution to VS2008 which often includes its own ras.h file. Unfortunately there are several projects including <windows.h> which includes "ras.h" from the Microsoft SDK.
What I would like to do is get a refactoring tool to rename this header file and update all files that reference it in the solution, which is over 300 projects and a little over a million lines of code.
Can anyone suggest a particular refactoring add-in for Visual Studio?