I recently relocated an STM32 project from one directory to another, to better manage some git settings.
Setup the new project using MSVS, and the normal VisualGDB Project wizard process.
However, the project isn’t building due to a Directory location issue (Code MSB3073). I see that in the Embedded Tool Manager, under the normal (intended) target, it keeps automatically adding a new target with the wrong directory that the error message is complaining about. I’m trying to figure out how to stop the ETM from adding this new Target and Directory.
Any help will be greatly appreciated.
Walt