[SOLVED]Compile error I can't identify, ambiguous error references.

It means, the same variable name or other name is being declared more than once.

This can mean
(a) same h file is included more than once
(b) two completely different h files try to define the same name.
(c) you got copies of two different versions of the h file being included.