#include "root_project/sub/my_header.h"
if you want 'root_project' in the include statement then having
wont work cause you dont have a 'root_project' inside of the root_project you are searching. instead you probably just want
in your search paths so your include statement can look as you desire.
HTH