Build always performs a Rebuild

  • Thread starter Thread starter Bill Rust
  • Start date Start date
B

Bill Rust

I have a rather large ATL project that I converted from VC++ 6. Whenever I
build it, VS.NET concludes the whole thing is out of date and rebuilds the
entire project. This happens even immediately following a successful build
of the entire project. Any idea why?

Thanks,
Bill
 
I had a similar problem, again with a project ported from VC6 (No ATL though). In my case the
project would always rebuild the first time I opened it, but subsequent builds would get the
dependencies right. If I shut down VC then re-opened though, another rebuild was due... I was using
VC 2003. I posted about it before but no-one answered, so presumably not a common problem...

Andrew
 
Back
Top