1033 - Error reading include. Error: %u (0x%x) File: '%s'".
Description
    
A read error occurred when reading the included file. The error code returned by the operating system is provided (in decimal and hex notation).
    
Example
    
Config:
    #include "errorfile.bff"
Output:
c:\test\fbuild.bff(1):(11) FASTBuild Error #1033 - Error reading include. Error: 4 (0x04) File: 'errorfile.bff'
#include "errorfile.bff"
          ^
          \--here
    