If you really want to you can do that…
PrivateIncludePaths.Add("TestProject/Inventory");
If other modules need to access the header files in that directory use PublicIncludePaths instead of PrivateIncludePaths. In this case you only have one module so PrivateIncludePaths should be fine.
(Don’t forget to regenerate the visual studio solution files, of course.)