STM32 project (Mx cube), C language.
An H file that has structs defined with a type defined on another H file.
Intellisense shows ‘unrecognized type’ although both files are then included by the C (or another H file).
The only solution is the re-include the first file on the second one.
Is there another option so intellisense won’t show such errors/warnings (i.e. will show the type as defined as it is defined on the project)?