C1099: Not a parameter type

[ERROR]

Description

An illegal type specification was parsed.

Example
  struct A {

  
    int i;

  
  };

  
  void f(A::i); // error

  
Tips

Specify a correct type for the parameter.