c++ - Code analysis with Visual studio 2012 -
i trying utilize code analysis first time visual studio 2012. when enable code analysis on build following error
2>c1xxast : fatal error c1250: unable load plug-in ' local_path\packages\microsoft.cppcorecheck.14.0.24210.1\build\native\\espxengine.dll'.
is due 2 backward slashes @ end? how fix this?
i trying compile in debug mode - x64 configuration. project uses precompiled headers. insights appreciated.
thanks
the c++ core checker (that microsoft.cppcorecheck nuget package) requires @ least vs2015 update 1, explained in initial blog post. can still run code analysis without c++ core checker, not check many issues.
Comments
Post a Comment