Relative Content

Tag Archive for headerpreprocessor-directive

Can’t get c++ header files to work on VSC – MACOS

The vscode compiler gave me issues finding my header file, so I created a bash file to run from the integrated terminal since vscode has been finicky anyways. When using my bash file, the compiler cannot find my header file ‘Log.hpp’ either. I have also followed this Tutorial with no luck.
My file hierarchy is my main project folder called ‘HEADER’,my bash file, and two folders ‘HeaderFiles’ and ‘SourceFiles’.