Unresolved inclusion: "stddef.h" in types.h - but no error?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Not applicable
I was grubbing around in my project looking at typedefs to find out if stddef.h and stdbool.h were included anywhere. I found ./Dave/Generated/inc/LIBS/types.h in which are the following lines:
#include "stdint.h"
#include "stddef.h"
I noticed a yellow box to the left of the second line so I hovered my mouse over it and it says Unresolved inclusion: "stddef.h". Neither of these files is in the same directory as types.h, so why don't they both have the same indication? Why are the filenames in quotes instead of <...>?
0 Likes
0 Replies