C4408: Filename too long

[FATAL]

Description

A include file name longer than 2048 characters has been specified.

Example
  #include <VeryLongFilename.....>

  
Tips

Shorten the file name, e.g. using a relative path or setting up the include file path in the default.env environment file.

See also