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

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -