Having my project in root/projects/project and everything else in as root/kore, root/engine, root/modules/module/include I end up in visual studio having everything very nested starting under ../../ .
It would be great a way to specify custom filters in add files to have more clear and concise paths in visual studio.
e.g. "module/file.h" instead of ../../modules/module/include/module/file.h .
the api could be project.addFile("module/include/module/**","module");