1012 - Unexpected end of file.
Description
    
While processing a construct, the end of the file was encountered. The construct is therefore incomplete and
cannot be understood.
    
Example
    
Config:
    .MyVar
Output:
c:\Test\fbuild.bff(1):(7) FASTBuild Error #1012 - Unexpected end of file.
.MyVar
      ^
      \--here
Fix:
.MyVar = 'String'
    