关于Visual Studio代码:包含路径和无效的转义字符

include path and invalid escape character

那里。
我是VS代码的新手。
enter image description here

上面的错误显示:"字符串中无效的转义字符"

但是此字符串是我的文件夹名称,该怎么办?


它必须是反斜杠" /"而不是斜杠"",但是,我不知道为什么是反斜杠。

win10,我的操作系统,使用斜杠作为路径,而vscode使用反斜杠...。