2025-08-21 3:52 AM
hi,
i am trying to attach a Touch Sensor header file with touchGFX STM32TouchController.cpp file but it's showing error .
the Touch_Sensor.h & Touch_Sensor.c file are include project file and further included via path location ( Properties ->General -> path.).
Solved! Go to Solution.
2025-08-21 8:10 AM
hi,
(Touch_Sensor.h & Touch_Sensor.c) file path location add must be with GNC C++ too will eliminate the issue .
earlier i have made(Touch_Sensor.h & Touch_Sensor.c) file path location only with GNC C .
2025-08-21 5:32 AM
Does the project build okay? If the compiler can't find it, you're probably missing something. Show your include settings and show the location of the file.
2025-08-21 8:10 AM
hi,
(Touch_Sensor.h & Touch_Sensor.c) file path location add must be with GNC C++ too will eliminate the issue .
earlier i have made(Touch_Sensor.h & Touch_Sensor.c) file path location only with GNC C .