Hi,

I decided to tidying my work files. I foldered them seperately like "models", "audio", "script", "levels" etc. When I tried to select map's script as "main.c", then I got a error message which says "player.c" couldn't open. My directory is like;

Code:
- deved (main folder)
  - levels
  - audio
  - scripts
  - images
  - models
  * main.c
  * settings.c



WED can't open the files which I store them in a sub-folder like "scripts". I included them in main.c. I used the PRAGMA_PATH and include. But doesn't work.

What should I do?

Thanks in advance.