Click here to Skip to main content
15,902,835 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC Pin
Richard MacCutchan19-Apr-12 5:25
mveRichard MacCutchan19-Apr-12 5:25 
SuggestionRe: MFC Pin
Lakamraju Raghuram19-Apr-12 5:36
Lakamraju Raghuram19-Apr-12 5:36 
GeneralRe: MFC Pin
Nelek21-Apr-12 14:02
protectorNelek21-Apr-12 14:02 
AnswerRe: MFC Pin
Chris Losinger19-Apr-12 6:00
professionalChris Losinger19-Apr-12 6:00 
AnswerRe: MFC Pin
Aescleal20-Apr-12 2:51
Aescleal20-Apr-12 2:51 
GeneralRe: MFC Pin
Aescleal29-Apr-12 12:29
Aescleal29-Apr-12 12:29 
AnswerRe: MFC Pin
Alan Balkany20-Apr-12 4:03
Alan Balkany20-Apr-12 4:03 
AnswerRe: MFC Pin
JohnCz25-Apr-12 1:09
JohnCz25-Apr-12 1:09 
Couple of things to consider:

Is your project set for minimal rebuild?
Are you using precompiled headers?
If answer to any of the above is no or I don’t know check the following:

Open the project's Property Pages dialog box.
Click the C/C++ folder.
Click the Code Generation property page.
Make sure the Enable Minimal Rebuild property is set to yes(/Gm).
Click on Precompiled header folder.
Make sure that Create/Use Precompiled header is set to Use. . . (/Yu)
Make sure that Create/Use PCH. . . is set to stdafx.h

You may also need to check all source files iif they are set for precompiled header use. You can turn this on/off for every file in the project.

Close the solution and delete .suo, .ncb files and Debug/Release directories, this will delete .idb (dependencies info file).
Load the project and choose rebuild.

Also check if any file in the project has the modification time set ahead of you local date/time (this may have been already addressed in one of the posts).
JohnCz

GeneralMFC Pin
ITISAG25-Apr-12 4:07
ITISAG25-Apr-12 4:07 
GeneralRe: MFC Pin
JohnCz25-Apr-12 4:34
JohnCz25-Apr-12 4:34 
QuestionHow Can I Embed a text file in Code ? Pin
002comp19-Apr-12 2:37
002comp19-Apr-12 2:37 
AnswerRe: How Can I Embed a text file in Code ? Pin
Chris Losinger19-Apr-12 2:47
professionalChris Losinger19-Apr-12 2:47 
AnswerRe: How Can I Embed a text file in Code ? Pin
Chris Meech19-Apr-12 2:49
Chris Meech19-Apr-12 2:49 
QuestionRe: How Can I Embed a text file in Code ? Pin
Maximilien19-Apr-12 2:49
Maximilien19-Apr-12 2:49 
AnswerRe: How Can I Embed a text file in Code ? Pin
Jochen Arndt19-Apr-12 2:52
professionalJochen Arndt19-Apr-12 2:52 
AnswerRe: How Can I Embed a text file in Code ? Pin
Lakamraju Raghuram19-Apr-12 3:01
Lakamraju Raghuram19-Apr-12 3:01 
GeneralRe: How Can I Embed a text file in Code ? Pin
enhzflep19-Apr-12 3:43
enhzflep19-Apr-12 3:43 
GeneralRe: How Can I Embed a text file in Code ? Pin
Lakamraju Raghuram19-Apr-12 3:52
Lakamraju Raghuram19-Apr-12 3:52 
GeneralRe: How Can I Embed a text file in Code ? Pin
enhzflep19-Apr-12 4:04
enhzflep19-Apr-12 4:04 
GeneralRe: How Can I Embed a text file in Code ? Pin
002comp19-Apr-12 18:21
002comp19-Apr-12 18:21 
GeneralRe: How Can I Embed a text file in Code ? Pin
Iain Clarke, Warrior Programmer20-Apr-12 4:35
Iain Clarke, Warrior Programmer20-Apr-12 4:35 
GeneralRe: How Can I Embed a text file in Code ? Pin
002comp20-Apr-12 0:44
002comp20-Apr-12 0:44 
GeneralRe: How Can I Embed a text file in Code ? Pin
Iain Clarke, Warrior Programmer20-Apr-12 4:37
Iain Clarke, Warrior Programmer20-Apr-12 4:37 
GeneralRe: How Can I Embed a text file in Code ? Pin
002comp22-Apr-12 18:14
002comp22-Apr-12 18:14 
Questionwsprintf in 32 and 64 bit windows. Pin
Johan Bertilsdotter18-Apr-12 22:32
Johan Bertilsdotter18-Apr-12 22:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.