The 'CPPCheck Plugin Package' package did not load correctly

1k views Asked by At

Geting "The 'CPPCheck Plugin Package' package did not load correctly" after installing CppcheckPlugin.vsix on MVS 2013.

Anyone know how to fix this?enter image description here

Downloaded from https://github.com/VioletGiraffe/cppcheck-vs-addin/releases/tag/1.3.1.0

released this 18 days ago written Fixed an error with VS 2013 but still issue. Thanks.

1

There are 1 answers

1
UmNyobe On

You need to install the cppcheck program to be able to usethe cppcheck-vs-addin. The plugin needs cppcheck to be installed, otherwise it will not work correctly and visual will report the error you see.

Furthermore cppcheck depends on microsoft packages but its installer doesnt provide it. For instance The latest cppcheck (1.72) depends on Visual 2015 packages (msvcp140.dll, vcruntime140.dll, etc...).

What you need to do :