C4445: Line numberfor line directive expected

[ERROR]

Description

ANSI requires that after the line directive a number has to follow.

Example
  #line // <&lt; ERROR C4445

  
  #line "myFile.c" // <&lt; ERROR C4445

  
Tips

Specify a line number greater zero and smaller 32768.