C2701: Illegal floating-point number

[WARNING]

Description

An illegal floating point number has been specified or the exponent specified is to large for floating number.

Example
  float f = 3.e345689;

  
Tips

Correct the floating point number.

See also