cxcodeheader-files

How to import your own HEADER (.h) file inside a C project


I am using Xcode (mac) and I want to import my own header file inside of a C project. How do I do this?


Solution

  • Does #include <C:\MyPath\MyHeader.h> not work?

    Where "C:\MyPath..." is your OS's way to specify the path.