2023-11-22 05:32 AM - edited 2023-11-22 05:33 AM
Hello ST Community,
I am working on a project using TouchGFX on STM32CubeIDE and have encountered an issue with setting up include paths correctly. Despite several attempts and different approaches, I am still facing the same error, and I am seeking help to resolve it.
Problem Description:
Steps Taken:
Relative Path Configuration: Initially, I set up relative paths as per the standard ../../ directory structure. I added these paths in STM32CubeIDE's project properties under 'C/C++ General' → 'Paths and Symbols' → 'Includes' tab.
Absolute Path Configuration: After encountering issues with relative paths, I switched to absolute paths, but the problem persisted.
Cleaning and Rebuilding: I have tried cleaning and rebuilding the project multiple times.
IDE Reinstallation: I have reinstalled STM32CubeIDE to ensure that there are no issues with the IDE installation.
Error Message: The primary error message is: "Invalid project path: Include path not found (C:\TouchGFXProjects\CM7\Middlewares\ST\touchgfx\framework\include)."
Assistance Required:
Additional Information:
I would greatly appreciate any guidance or suggestions from the community to help resolve this issue. If additional information is needed, please let me know.
Thank you in advance for your support.
2023-11-22 12:00 PM
How you create your project? I never require add some include paths if MX right steps is used.
And primary warnings on your screen isnt about problem , only report you in project paths exist entry not exist.