Is there a way I can tell VC in what order to compile cpp files? Like if I had main.cpp, wingraph.cpp and util.cpp and I wanted to compile main.cpp first, util.cpp second and wingraph.cpp last.

Thanks