Have you tried `/` in path string instead of `\` as path separator ? Also you can try adding `"`.
Very likely because you were using `\` so gcc couldn't find the correct path. See my example above all using `/`.
Have you tried `/` in path string instead of `\` as path separator ? Also you can try adding `"`.
Very likely because you were using `\` so gcc couldn't find the correct path. See my example above all using `/`.