Is there a way to include all directories within a directory in an IDE I'll use anything

This is Problem because I am trying to use frameworks and I need to include header files and I can't specify each one.
if you can't find one that does this, you can list the file names to a file (eg dir /s *.h > file) and extract them easily. And there is also a command to {copy or move as you want} all files in sub folders to a single folder, so you can collapse just the .hs that way.
Last edited on
This is Problem because I am trying to use frameworks and I need to include header files and I can't specify each one.

Only include the headers you need?
Topic archived. No new replies allowed.