So, i tried once again to include the library but now i added the folders manually to the lib folder, i followed all the “installation” steps, i got the SSD1306, then Adafruit GFX and gave me the error again so got the Adafruit_BusIO-master from Github and even adding it to the lib folder it just wouldn’t compile.
I finally added the lib_ldf_mode = deep
line you suggested before and it compiles without issues. I was expecting this method to work better than the Library manager because thats how it works on the Arduino IDE but apparently its not the Manager but the way Platformio deals with dependencies.
Am i doing something wrong?