I'm building a solution consisting several projects in VC 9. If I cancel the build and then rebuild it, is it going to rebuild everything alredy built or will it continue from were I canceled?
If you rebuild, it will start again and do a fresh build of everything. If you do a build it will only do a build on the projects that (it thinks) need to be rebuilt.