C4447: Unexpected tokens following preprocessor directive - expected a newline

[WARNING]

Description

The compiler has detected that after a directive there was something unexpected. Directives are normally line oriented, thus the unexpected tokens are just ignored. Note: The pragma MESSAGE does not apply to this message because it is issued in the preprocessing phase.

Example
  #include "myheader.h" something

  
Tips

Remove the unexpected tokens.