error-log.png shows that there is a circular dependency in your project related to InventoryComponent.h. This means that some file includes InventoryComponent.h and that file in turn includes InventoryComponent.h. First try to find that file and remove the circular dependency and see if that resolves the errors.