Warning with ThreadX Source path
Why am I seeing the warning:
Invalid project path: Missing project folder or file: /STM32H743-EVAL-Utils/ThreadX for Source path.
the source folder the warning is complaining about is not visible while browsing the project folder. It is not visible when trying to create the source folder using the new source folder tool. If I try to create a source folder named ThreadX, new source folder tool will not allow the new folder because it claims a folder by that name already exists. But using the browse feature within the new source folder tool to see all the current source folders does not show ThreadX. I went so far as to look for any references in the project properties and find nothing that references a folder ThreadX except the treadx subfolders in the Middleware source tree.
the only reference I could find is in the .cproject file, where under the tag <sourceEntries> there is the entry:
<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="ThreadX"/>
Removing this line with the IDE closed and re-starting only returns the .cproject file to the previous state and the warning is still produced when compiling.
So where is this being driven and why, and how do I get rid of it?
