简体   繁体   中英

In visual studio C++ project, how do I add to "headers search path" and "source list"

I'm trying to add socket.io into my C++ project, but I'm lacking some understanding of what the steps are asking for. It's asking me to add a few folders into

  1. headers search path
  2. include into source list

I'm guessing that it's in the properties, but I cannot find these 2 terms in there. Please enlighten me

在此处输入图像描述

Look in the VC++ Directories page (the "Include directories" setting) or the C/C++ -> General page ("Additional include directories" setting).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM