[ERROR]
An illegal template/non-template redeclaration was found.
template<class A> struct B {
A a;
};
struct B { // error
Correct the source. Protect header files with from multiple inclusion.