C1843: Switch-expression: integer required

[ERROR]

Description

Another type than an integer type was used in the switch expression.

Tips

Use an integer type in the switch expression.