Installation and building occt with vs2010

Dear Sir,
I have a doubt regarding the working of occt.I am using visual studio 2010.I am new to this field.When i am opening samples in the occt software library,i am unable to run the visual c++ projects.Is it because of not using c# wrapper or do i need to use anything else to make it run.Please help me.Since i am new to this filed i am not knowing what has to be done.In the error list it is telling that unable to include header files like that.

Regards
Sijitha

Forum supervisor's picture

Dear Sijitha,
Pay your attention, please to the samples grouping.
You can find 'mfc', 'qt' (and so on) base samples.
if you need mfc - based samples - see 'readme.txt' file in ..\samples\mfc\standard directory.
If you need qt-based samples - use corresponding *.bat files (generation-vc-projects.bat) to generate projects files.
For CSarp based samples use 'msvc.bat' file to start VC (check before *.bat file)
Regards