Hello, I installed Microsoft Visual Studio 2008 Express Editions last week. Then I found there are many head files missing, such as: matrix.h
stdafx.h
matlablink.h
itpp/itcomm.h

Should I uninstall Microsoft Visual Studio 2008 Express Editions and then install Microsoft Visual Studio 2008 Standard Editions? Is there free download version of Microsoft Visual Studio 2008 Standard Editions?

Or should I install SDK? However, it does not support Express Edition.

Recommended Answers

All 3 Replies

You'll have to install whatever libraries provide you with these "missing" headers. They do not come with Visual Studio, nor do I believe they are a part of the C++ standard. itpp/itcomm.h appears to be part of the IT++ Communications library. Google the header files and you should be able to find what you're looking for.

Can u check if ur include directories are set properly?
You can check it in Options- > Project and solutions -> VC++ directories.
<<snip>>

Thank you for the information. I checked the include file in VC. There are many headfiles missing. So I think I should download headfiles.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.