Not sure why it's not working, but I have a common 'includes' folder that I put in php.ini so i don't have to worry about paths in my scripts.
include_path = ".;\php;\www\includes;"
If you put your include dir in here, you should just be able to include('file.php'); and not worry about the slashes
