Error including custom header files.
Hi
I am trying to include a custom Header file "LCD1602.h" along with its source file "LCD1602.c" in my project. I have also added the respective path in Project>Properties>C/C++ General>Paths and symbols. But when I build the project, the macros declared in the LCD1602.h seem to be unknown to the LCD160.c file. One of the error can be seen in the below image.

I am not able to figure out where the problem exactly lies.
Is there any issue with the hierarcy of folders? Cause I planned to follow the same structure for other components as well.
Also, I noticed that the icons of my custom .h and .c files are different from that of main.c and main.h
