zebmason/DeepEnds

The tool doesn't work when *.vcxproj.filters file is missing

Opened this issue · 1 comments

4sily commented

Several of my VC++ projects have very simple structure and do not have *.filters files.
When I try to run DeepEnds, I get this dialog
image
and the DeepEnds console output says:

! Cannot find associated filter file of<whatever_path><project_name>.vcxproj

A have several tens of such projects in my solution, so to make DeepEnds work I had to write a script to create artificial *.filters files, as a workaround.

But it would be nice to have a decent proper solution.