What your doing is not possible! Have you tried the lite-c workshops? If you follow instructions inside the Gamestudio manual you'll notice that when you have a c-script coded file called main.wdl and you want to convert it to Litec you would:

1: create a file called main.c in the same folder
2: add #include <acknex.h> to main.c
3: port c-script code into main.c and correct syntax errors
4: only use main.wdl for paths and such (see manual)


smile