Hi,
This would seem like the easiest thing to do, but I can't figure out how to add files to the project.
When I go to Project->Add files it gives me a file dialog box with existing files in the Project folder. So let's say I'm trying to add "menu.h" to the Project I select it, press Open (a little suspicious here because it should say "Add" or "Add to Project"). So it then brings up a little menu that says "Select the targets this file should belong to..." with Debug and Release preselected. I leave those at the default then click OK, and the menu disappears. And....
Nothing happens. When I go to compile the project it is stopping at the #include <menu.h> statement saying "No such file or directory" which is classic behavior of the compiler not "seeing" the file because it hasn't been added.
And besides, in most IDEs I've used, you don't have to add resource files from the outside as I've had to do here because the "Add files" functionality allows you to create files internally.
It's all very strange behavior making me wonder if this isn't a bug of some kind.
Or maybe there is another way of adding files to the project. No search has brought up this problem as I've encountered it.
Thanks for any feedback...