Hi All: I have been trying to build a code that has dependencies with other header files that are not in the project directory. I added the paths to these header files in both HEADER_PATH and USER_PATH. However, I still see error while building. It says that the file is not found. I verified that the file exist in the path added to the header search path in project settings. How do I make sure that all my header files referenced in the project is included and the paths are being picked by Xcode during compilation. Appreciate any help. Thanks.
Ravi