cancel
Showing results for 
Search instead for 
Did you mean: 

stm32h723_touchGFX_tocuhcontroller.CPP _not_attach_with _touch.h file

MMARI.1
Senior II

hi, 

i am trying to attach a Touch Sensor header file  with touchGFX STM32TouchController.cpp file but it's showing error .

MMARI1_0-1755773331061.png

the Touch_Sensor.h & Touch_Sensor.c file are include project file and further included via path location ( Properties ->General -> path.).

 

1 ACCEPTED SOLUTION

Accepted Solutions
MMARI.1
Senior II

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  .

View solution in original post

2 REPLIES 2
TDK
Super User

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.

If you feel a post has answered your question, please click "Accept as Solution".
MMARI.1
Senior II

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  .