Skip to content
  • 0 Votes
    6 Posts
    3k Views
    jsulmJ

    @szumial said in Move header and source files to different location:

    I don't remember adding these non-standard paths in that previous project

    Before, your header files and source files were located in the same directory. The preprocessor searches for header files in same directory, then in directories specified using -I parameter (that is what INCLUDEPATH adds) and then in system directories.