This will cause loaded scripts and debug directives to not function properly. Currently, this problem can be avoided by using absolute paths with A_LineFile as follows. ```ahk #Include .\AnotherScript.ahk ; Not recognized #Include %A_LineFile%\..\AnotherScript.ahk ; OK ```