Link to home
Start Free TrialLog in
Avatar of fidodido
fidodido

asked on

Project build problem in Visual Studio

Hi,
My VC++6.0 projects has lot of files ! Recently I started facing the following problem. When ever I build the project after doing some changes in one of the source files (not Rebuild all), my entire projects starts building. Even if i change a single CPP, i can see all the CPPbeing compiled.. why is this happening .. i am not even changing a common header file...

can some one help me ?

thanks
Prashanth




Avatar of leflon
leflon
Flag of Germany image

is your *.cpp file included in some other file?
what are your project settings for precompiled headers?

Avatar of nil_dib
nil_dib

do you use Precompiled Headers ?
ASKER CERTIFIED SOLUTION
Avatar of kirkumar
kirkumar

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of fidodido

ASKER

yes I am using precomplied header !
yes I am using precomplied header !
Hey,
you are right ! some of the files of my projects (header files)where having a future date ! this happened because when i copied these files from another location, for some reason I had changed my system date !
so though i was not changing these file, since they had date later than that being compiled (today's date), all my files used to compile !

thanks