When I\'m trying to use and access the pointers to my structs i keep getting the annoying message of \"dereferencing pointer to incomplete type\" ....
\"dereferencing pointer to incomplete type\"
For e
The problem is that the C file doesn't have access to the implementation of that strucure.
Try to move the definition of the structure in the header file.