Can you post a couple of lines of code, so I can see what you are doing here? Are you working with a pointer or an instance?
If this is an instance, are you passing the constructor parameters directly, or are you going:
typedefType newVar = typedefType();
Am I correct in assuming, based on the other thread you linked to, that you have disabled IDE intellisense on your system?