Many Times I will create a new project and include some common modules/classes from other projects.
But, when I try to run the new project, it complains of unknown types, for example:
Error description: Unknown type: httpjob
Luckily, I can figure out that httpjob is part of the httputils2 library. But other times it's not that ease to figure out what library I need (let alone the actual file name of that needed library because the file name can also not be close to it's library name).
I now have to start including random libraries until the error goes away - not very productive.
So, my wish is to create some means to easily figure out the library name when I get a "Unknown Type" error message.