I\'ve been learning c++ and encountered the following question: I have a directory structure like:
- current directory - Makefile - include - he
Perhaps change your include line:
#include "include/header.h"
Assuming that's where your header exists - I'm making that assumption from your makefile