Cannot Compile Blink with Heltec Lora32 Board

I cannot compile Blink and all other sketches with the V3 Heltec Lora32 board. I am using Arduino 2.0.2 IDE and continually get the following error message. When I check the file in question, I see the Allocator.h file. Could this be a path length error and if yes, how can I fix it. Running a PC (have tried 2 other PC with same results) with Windows 10.

In file included from c:\users\dell optiplex\appdata\local\arduino15\packages\heltec-esp32\tools\xtensa-esp32s3-elf-gcc\gcc8_4_0-esp-2021r2-patch3\xtensa-esp32s3-elf\include\c++\8.4.0\string:41,
                 from c:\users\dell optiplex\appdata\local\arduino15\packages\heltec-esp32\tools\xtensa-esp32s3-elf-gcc\gcc8_4_0-esp-2021r2-patch3\xtensa-esp32s3-elf\include\c++\8.4.0\stdexcept:39,
                 from c:\users\dell optiplex\appdata\local\arduino15\packages\heltec-esp32\tools\xtensa-esp32s3-elf-gcc\gcc8_4_0-esp-2021r2-patch3\xtensa-esp32s3-elf\include\c++\8.4.0\array:39,
                 from c:\users\dell optiplex\appdata\local\arduino15\packages\heltec-esp32\tools\xtensa-esp32s3-elf-gcc\gcc8_4_0-esp-2021r2-patch3\xtensa-esp32s3-elf\include\c++\8.4.0\tuple:39,
                 from c:\users\dell optiplex\appdata\local\arduino15\packages\heltec-esp32\tools\xtensa-esp32s3-elf-gcc\gcc8_4_0-esp-2021r2-patch3\xtensa-esp32s3-elf\include\c++\8.4.0\functional:54,
                 from C:\Users\Dell Optiplex\AppData\Local\Arduino15\packages\Heltec-esp32\hardware\esp32\0.0.7\cores\esp32/HardwareSerial.h:49,
                 from C:\Users\Dell Optiplex\AppData\Local\Arduino15\packages\Heltec-esp32\hardware\esp32\0.0.7\cores\esp32/Arduino.h:173,
                 from C:\Users\Dell Optiplex\AppData\Local\Temp\arduino-sketch-F9D8D84C6783098DE8219582F55FDD5F\sketch\Blink.ino.cpp:1:
c:\users\dell optiplex\appdata\local\arduino15\packages\heltec-esp32\tools\xtensa-esp32s3-elf-gcc\gcc8_4_0-esp-2021r2-patch3\xtensa-esp32s3-elf\include\c++\8.4.0\bits\allocator.h:46:10: fatal error: bits/c++allocator.h: No such file or directory
 #include <bits/c++allocator.h> // Define the base class to std::allocator.
          ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.

exit status 1

Compilation error: exit status 1

Please help. I have been trying to fix this issue for many days now. Getting very frustrated and ready to send back the V3 Heltec (actually I have 2 boards) back to Amazon for a refund...

Art

Your topic was MOVED to its current forum category which is more appropriate than the original as it has nothing to do with Installation and Troubleshooting of the IDE

All fixed!!! A SPACE in my User Name caused the problem. I find it interesting that sketches for Arduino UNO compile without issue but 3rd party boards do not compile because of a User Name Space issue. Both compiles utilize the same User Name.... In the future, if you see a like compile problem, you may want to suggest no spaces or crazy characters in the User Name...

This session is closed. Thanks... Lawrence01073