"CPPCheck Plugin" package loaded incorrectly

Geting "Package" The CPPCheck package plugin is "loaded incorrectly" after installing CppcheckPlugin.vsix on MVS 2013.

Does 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 18 days ago written Bug fixed with VS 2013 but still a problem. Thank.

+4
source share
1 answer

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

, cppcheck microsoft, . , cppcheck (1.72) Visual 2015 (msvcp140.dll, vcruntime140.dll ..).

:

0

All Articles