C1019: Incompatible type to previous declaration

[ERROR]

Description

The specified identifier was already declared

Example
  int i;

  
  int i();

  
Tips

Choose another name for the identifier of the second object.