Using Paths with Spaces in Build Scripts

I'm switching between VS Code and CodeLite for programming in C++, and one of the reasons I haven't been able to decide between the two is because I can't even get past the build stage in either application. This is because I can't get either to insert file paths into the compiler args in a way that accommodates filenames with spaces. Both programs require me to specify the path in double-quotes, and replacing spaces with '\ ' causes problems with VS Code's script files, so I don't know what to do.
Last edited on
all hail the mighty underscore

> Both programs require me to specify the path in double-quotes
¿then do that?
sorry, don't follow what's your issue, ¿can you show the compile command and the error messages?
Topic archived. No new replies allowed.