views:

5

answers:

0

I tried to enable Code Analysis in my Visual C++ 9 project. When I build the project Visual Studio only compiles common.cpp, emits a set of warnings and stops without proceeding to other .cpp files.

How do I make Visual Studio analyze all the .cpp files?