Conversion Problem from VS2003 to VS2005? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-10T17:00:00Z http://stackoverflow.com/feeds/question/833794 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/833794/conversion-problem-from-vs2003-to-vs2005 0 Conversion Problem from VS2003 to VS2005? Cute 2009-05-07T10:04:01Z 2009-05-07T10:52:27Z <p>Hi I am trying to convert a project from vs2003 to vs2005.after conversion completed some include headerfile.h statement missing and generates include "serialize" .how to fix this.even i copy and paste.it prompts for the source would be modified outside the environment msg appears. what can i do to fix this any idea???</p> <p>Thanks in advance..</p> http://stackoverflow.com/questions/833794/conversion-problem-from-vs2003-to-vs2005/833998#833998 0 Answer by Cătălin Pitiș for Conversion Problem from VS2003 to VS2005? Cătălin Pitiș 2009-05-07T10:52:27Z 2009-05-07T10:52:27Z <p>Visual Studio 2005 doesn't install all the Platform SDKs Visual Studio 2003 did. You might need to install the platform SDK as well. See my comment to your question.</p>