C1432: No valid classname specified

[ERROR]

Description

The specified identifier was not a class/structure or union.

Example
  int i;

  
  void main() {

  
    i::f();  // error

  
  }

  
Tips

Use a name of a class/struct/union.