Compile error, arm-none-eabi-g++: fatal error: cannot execute 'cc1plus': CreateProcess: No such file or directory

I am trying to build the ODrive firmware in Visual Studio Code and I have run make -j4 then there’s an error ( below);

    1. arm-none-eabi-g++ -std=c++17 -Wno-register -c MotorControl/encoder.cpp -DHW_VERSION_MAJOR=3 -DHW_VERSION_MINOR=6 -DHW_VERSION_VOLTAGE=56 -DUSB_PROTOCOL_NATIVE -DUART_PROTOCOL_ASCII -D__weak=“attribute((weak))” -D__packed=“attribute((packed))” -DUSE_HAL_DRIVER -DSTM32F405xx -mthumb -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wall -Wdouble-promotion -Wfloat-conversion -fdata-sections -ffunction-sections -O2 -ffast-math -fno-finite-math-only -IDrivers/DRV8301 -IMotorControl -Ifibre/cpp/include -I. -Idoctest -IBoard/v3/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -IBoard/v3/Middlewares/Third_Party/FreeRTOS/Source/include -IBoard/v3/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS -IBoard/v3/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -IBoard/v3/Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -IBoard/v3/Drivers/STM32F4xx_HAL_Driver/Inc -IBoard/v3/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -IBoard/v3/Drivers/CMSIS/Device/ST/STM32F4xx/Include -IBoard/v3/Drivers/CMSIS/Include -IBoard/v3/Inc -I. -IDrivers/DRV8301 -o build/obj/MotorControl_encoder.cpp.o
      arm-none-eabi-g++: fatal error: cannot execute ‘cc1plus’: CreateProcess: No such file or directory
      compilation terminated.
      *** tup messages ***
      *** Command ID=577 failed with return value 1
      [ ] 31%
      *** tup: 1 job failed.
      make: *** [Makefile:14: all] Error 1