The #include directive does not work in the following scenarios:
- Accessing parent directory. e.g. #include "..\constants.h"
- Accessing with absolute path. e.g. #include "\include\constants.h"
The #include directive does not work in the following scenarios: