Error: Detected a whitespace character in project paths

Hi, I’m trying to upload my code to ESP32 but I’m having this problem. I saw many solutions for this issue but nothing seems to be working since all these solutions are not for the current versions of Platform IDE in VSCode. That’s the only issue I’m facing. otherwise, all seem to be good. Can someone explain what does that error means and give me a solution. Please help!

Capture|690x85

!

The error comes from

As it says, there must not be any spaces in in your framework path (i.e. to /home/<user>/.platformio/.. or C:\Users\<user>\.platformio\..) or your project path, because it apparently breaks the build system.

If it helps anyone else, I just received this error, I had made a copy of the .platformio/packages/framework-espidf and Windows named it “framework-espidf - copy” even though the existing folder was present the spaces around the hypen of the copy folder caused the error message. I renamed the folder to “copy-framework-espidf” and the error was no longer reported.

I just experienced this problem, i.e. "Detected whitespace character in project paths. After a bit of head scratching, given the information provided in this discussion… the problem was caused by my project name containing blanks, duh, just like the message says… sort of. I changed the project folder name using finder (using “open in finder” from the project folder context menu in vsCode), removed the ‘bad’ folder name (also in context menu), then added the new folder back into my workspace. Bingo!