Is there any way to enable Prefast in Visual Studio 2008 Professional addition?
I am trying to compile native c++ code.
You don't need to use Prefast separately. Visual C++ Prefast is accessed using the /analyze compiler switch.