C4423: Number too long

[FATAL]

Description

During preprocessing, the maximum length for a number has been reached. Actually this length is limited to 8192 characters.

Example
  #define MyNum 12345......8193 // 8193 characters

  
Tips

Probably there is a typing error or the number is just too big.

See also