C2709: Illegal floating-point exponent ('-', '+' or digit expected)

[ERROR]

Description

While reading a numerical constant, an illegal exponent has been found.

Example
  x = 123e;

  
Tips

Check your numerical constant for correctness. After the exponent, there has to be an optional '+' or '-' sign followed by a sequence of digits.