ERROR: Failed to harvest environment variables

Is there a work around for this since it missed 4.8.1? It seems that the batch file is choking on my system path environment variable. EX: \Microchip\xc32\v1.21\bin";"C:\Program was unexpected at this time.

Right now I’m going through and cleaning that environment variable up, and hoping that’s all that it needs.

Edit: finished cleaning up path variable and I still get:
“\Microchip\xc16\v1.11\bin”;“C:\Program was unexpected at this time.”
even though this section is:
"C:\Program Files (x86)\Microchip\xc16\v1.11\bin;C:\Program Files (x86)\Microchip\xc8\v1.20\bin"

So I can’t use Unreal Engine for C++ projects now until I can get/figure out a work around or until next path/release.

Edit: Thought I had already scrubbed a Path in my User variables, that had the last remaining double quotes. Appears to work now.