Geting "The 'CPPCheck Plugin Package' package did not load correctly" after installing CppcheckPlugin.vsix on MVS 2013.
Anyone know how to fix this?
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.
You need to install the
cppcheck
program to be able to usethecppcheck-vs-addin
. The plugin needscppcheck
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 :