views:

206

answers:

3

Hi,

We are using two different versions of Visual Studio 2008, the Pro and Standard one. I started a Visual C++ MFC project using the Pro version. My teammate wanted to use my project with the standard version, but all he gets are a lot of compile errors about missing afxheaders and stuff like that.

We are really helpless and don't know where to search first. Hoping one of you guys can help us out. Sorry for my bad English, hope you all understand the problem.

Regards, buk

+1  A: 

By Standard version you don't mean the Express Edition, right? That one comes without MFC which would explain your problem.

mxp
yes right! i mean the standard edition http://msdn.microsoft.com/de-de/vstudio/bb894689.aspx
buk
+2  A: 

Check that Tools->Options->Projects and Solutions->VC++ Directories contains $(VCInstallDir)atlmfc\include in Include files section. And check that afxheaders are in that include folder.

Is there SP1 for Visual Studio installed on both computers? May be MFC Feature Pack is required to compile your project...

Kirill V. Lyadvinsky
+1  A: 

MFC and ATL are optional components at VS installation. Have your partner run a "change installed components" install and make sure the MFC and ATL components are installed. They should end up in %programfiles%\Visual Studio 9.0\VC...

Aidan Ryan
hi,yes my teammate has installed the whole mfc and atl components. since yesterday he has a lot of other problems with vs2008 standard. he is running vs2003 and vs2008 coeval. maybee this is the problem...thx for all your answers!regards,buk
buk
we need some more specific error messages to troubleshoot better
Aidan Ryan