Original Post
I am porting a codebase from MS VisualStudio to XCode. The libraries header files are seperated like this: ", "#include " I created a "include" group in XCode that added my headers recursively but I can't get it to compile unless I remove the subfolders from the #include directives (i.e. #include instead of ) This should be easy but I can't seem to figure out how to make it work in the XCode's funny ui. I added a header searchpath in XCode for the top-level "include" directory but that didn't change anything. I can't just change all #include directives either because that would break the build on Windows for other people. Anyone know how to fix this simple problem? [Edited by - Oluseyi on February 9, 2006 9:59:48 AM]
-include
-foo
-foo.h
-bar.h
-baz
-baz.h
... [Edit: Leading whitespace is removed by the forum unless you place it within a [code] block - Oluseyi] Throughout the source, header files are included like "#include