DeepEnds
DeepEnds copied to clipboard
The tool doesn't work when *.vcxproj.filters file is missing
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
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.