struct within multiple struct causing problems

OP #3635304
Rate this post
useful
not useful
I have a struct which is beeing included to other struct in other 
modules, such as StructA.StructB.ElementofB is possible.

This is done for multiple modules, and each module has the .h file of 
structB included.  But for some reason am i getting compiler errors 
which says that structB is an undefined type, eventthoug i in my IDE can 
see that it is declarated correctly.

Why is it saying that the type is undefined eventhough i've included the 
.h file??

Reply

Please log in before posting.

or

Log in with Google account

Registration is free and takes only a minute.

Register now