I have a class that I am essentially trying to override from an included utility project that my project depends on. I was hoping just creating the same class name in the main project would allow me to just simply overwrite the header that gets compiled, but instead i get
error C2011: 'Logger': 'class' type redefinition
Is there a way for me to essentially ignore the header that is compiled and overwrite it when I compile the newer version of the class?