Currently, there is an odd bug in the preprocessor which will cause that the line references get useless.
This makes debugging problems hard when working with the preprocessor and requires fixing.
Issue:
- Line reference is not where it should be when using #include "" after
Expected:
- Line reference should be as in the original file
Reasoning for Major:
Depending on the actual scriptfile, this can deadly hurt when using block comment headers.
Unexperienced scripters might not even be able to debug their code at all as they cannot understand why the code shown in the error at line XY is simply not at that line