I'm very new to uVision and I started off with a project from STM's Motor Workbench. When I compile the project, it says there are zero errors and warnings. However, when I look at the errors list there is a long list of errors. I have not tried to debug yet. I'm confused!!
Image showing the build output - i.imgur.com/5bzwGJr.png Image showing the error window - i.imgur.com/J2hFsVl.png
Hey, How do you solved it? I'm facing the same problems and switching off the Dynamic Syntax Checking has no effect.
The reason for the errors shown in the Error List Window in the initial question here is, that there is a header file open, that on its own does not fulfill all dependencies. If it is just open in a editor window, it is not known in what include chain the file should be checked. On its own however, generates this errors. As no header file alone is used in the build process, build will work.