I am writing an addin for VS2012 and have got as far as extracting the properties from each project in a solution. I can get a list of 'c' and 'rc' files extracted from the projectitem.Collection but I don't know how to get a list of the external dependencies headers.
I am new to writing addins and c# sirf you can help, an example would help
My objective is to be able to dynamically create/verify project filter files
Mike