you are using the wrong syntax. #include is lite-c, but you are using c-script because the filename is .wdl.

try changing
Code:
#include "scripts\menu.wdl" 

to
Code:
include "scripts\menu.wdl";