How can I include external files into a visual studio project and keeping the folder structure? I have a folder holding a huge sum of files, nicely ordered into folders and sub folders but when I copy this into my project, only the files are being copied, not the folders. Do I need to create all the folders ('filters' in VS?) myself and copy each file one by one into the correct sub folder?
Seems like a very basic functionality to me?
Thanks.