I added I2C pins in my configuration and when I update code, I get this error:
board/peripherals.h:15:10: fatal error: fsl_lpi2c.h: No such file or directory
However, in the ConfigTools, there is no Problems. Usually, I could just right-click and "solve problem" (add missing dependencies).
The other weird thing is that after I add USB pins, I get multiple problems (including I2C error) which gets solved by right-clicking on a problem.
Is there a way to manually add "fsl_lpi2c.h" through the ConfigTools (I am reluctant to just copy and paste it from some other project)?