I'm trying to compile a program (in Visual Studio 2010 Express) that uses a function call to AtlAxAttachControl an the compiler gives me an error, so I found out that this function is in "atlhost.h" header and that header should be located in
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\atlmfc\include\atlhost.h
I checked my installation folder and I don't have atlmfc subfolder in it.
Can anyone please tell me how to fix this?
Thank you!