jaykumarark
jaykumarark

Reputation: 2449

visual studio header

I'm a newbie to visual studio. I am following a tutorial to learn C++ and they have provided some headers for the course. So when i work with projects i include the headers in the header folder of the solution explorer on the left. But when i run the program, i get errors that the headers are no where to be found. pls help.

Thanks in advance :)

Upvotes: 0

Views: 224

Answers (1)

Kirill V. Lyadvinsky
Kirill V. Lyadvinsky

Reputation: 99565

Use menu Tools, Options, Projects and Solutions, VC++ Directories to set the path where VS will seach the headers.

Upvotes: 3

Related Questions