g++ does not find include files
The include files are in directories referred to using backward slashes as this is how they're recognised in Windows. Is there anyway to avoid having to go through every .cpp and every .h file in my project changing backward slashes to forward slashes?
|