I am running into a problem. We used to develop our code with visual studio 6, we switched over to .net 2003, with .sln's and .vcproj files. I do not build with makefiles and also do not maintain .pro files, since we are currently only running on windows. My problem is we use clearcase, and everytime I build, I am prompted to check out my .vcproj file. I check it out and build, and then check the differences with the previous version of my .vcproj file. Basically what happens is lines move around in the .vcproj file, but nothing changes, this happens everytime I build. The files that are being "updated" are the "generated files" in the project. the moc_ and ui_ files. Has anyone run across this? Does anyone know any way to fix this?

Thanks.