Compiler Error C2873

'symbol' : symbol cannot be used in a using-declaration

This error can be caused by a missing namespace keyword in a using-directive. This can cause the compiler to misinterpret the code as a using-declaration rather than a using-directive. See using Directive and using Declaration for more information.