OSH
OSH

Reputation: 2937

Missing vcxproj.filters files in projects converted from VS 2010 to VS 2012

I am moving my solution to a TFS environment. several (8) "old" C++ projects that were created in VS 2010 and migrated to VS 2012 are missing the vcxproj.filters file. These projects appear happy and content to live without the .filters, but when I try to add them to TFS 2012 from within visual studio (not from the external source control tool) in order to have a source-control binding in the project file, I get errors due to the missing filters file.

Did anyone encounter a similar problem? any solution?

thanks,

Upvotes: 6

Views: 6802

Answers (1)

OSH
OSH

Reputation: 2937

ok. so there is a very easy solution to this: just add a file filter (project -> add -> add new filter). this cause VS to create the filters file for you...

apparently this only happens if you don't have any filter (folder) in your project.

Upvotes: 12

Related Questions