Can't build a project after importing it
Here's the scenario:
I have clean workspace. I have two projects on disk I want to import into the workspace. I store them on my Google Drive locally sync'd to my computer (Windows 10).
I import one of the projects and try to build it. I can't because it's looking for dependencies in directories that simply do not exist.
Steps:
File->Import->Existing Projects into Workspace
Select project from file system, and select finish.
Attempt to build project:
make: *** No rule to make target 'C:/ST/STM32CubeIDE_1.6.1/STM32CubeIDE/file/C/Users/username/Google%20Drive/Google Drive/Projects/STM32Cube/Repository/STM32Cube_FW_L4_V1.17.0/Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c', needed by 'Drivers/STM32L4xx_HAL_Driver/stm32l4xx_hal.o'. Stop.
make: *** Waiting for unfinished jobs....This project was building fine, but I wanted to rename it.
Now, I can't use it at all. I have multiple projects behaving this way.
I'm not sure what else to do with this, but it's getting me frustrated.
