Things to remember when compiling/linking C/C++ software by Angel Leon. March 17, 2015; Updated August 29, 2019. Updated last on February 27, 2023 Include Paths On the compilation phase, you will usually need to specify the different include paths so that the interfaces (.h, .hpp) which define structs, classes, constants, and functions can be found. […]