I recently had this problem while working within Visual Studio 2008 on an invoicing program. For the project I was required to add a few references. Towards the end of the project when I was debugging I realised the Warning “Cannot find wrapper assembly for type library VBIDE”.
I am unaware at this point which of the references I added also added the VBIDE reference but it was not needed within my code.
To solve the problem make sure you have all files in view, Project > Show All Files
Then go to the solution explorer and expand the references, from there you should be able to right click VBIDE and remove the reference.
If you need the VBIDE reference and have come across this topic trying to find out how to fix the problem then your best bet is to find out exactly what references you need and only add them in, it is likely that you no longer need the VBIDE reference but another reference.

Thanks, this was of great help to me.
thanks
Thanks, this was very good….
Thanks!!! Removed the reference as indicated, rebuilt the project and it fixed the warning. VS 2010; Office Automation 2007.
Thanks for this tip! Fixed my issue perfectly. It appears that the VBIDE reference is valid when using .NET 2.0, but not 3.5 or 4 afaict.
Thanks for the solution for (warning MSB3283: Cannot find wrapper assembly for type library “VBIDE”), it was fast and effective. I am not sure how this reference got added.
Thanks! You helped me a lot!
THANKS.HANDLED THE ISSUE . SIMPLY SOLUTION EXPLORER,REFRENCES,REMOVE VBID , CLEAN THE PROJECT,RE RUN
Thank you very much!! This trouble was driving me mad!!
Pingback: Reference vbide | Imagedisc
Thanks! Instant relieve!
This was of great help to me. Thanks
THAX ALOT……
Thanks a lot u saved my day
Glad to help.
Thanks for the help
Thanks. You save my day.
Thanks, my error randomly appeared just like you. Wasn’t sure if I should delete it, but I did and it worked
Thanks, you just saved my day!