Does the item not know its own weight? You seem to have that as an input for the 'incrementItem' function. If you are going to make this a ++ operator, you'll need to remove that variable.
Besides that... you probably shouldn't have an increment operator for these classes anyway, as it would not be intuitive as to what they do (how can you increment an Inventory or an Item? That doesn't make sense)