VS2015 cannot find the .h file after adding the header file path problem solving

1. Determine whether the operating conditions of the overall project are Debug or Release, Win32 or Win64;

2. Open the property page under the project corresponding to the error message; Project-"Right-click-"Properties-"Configuration Properties-"VC++ Directory;

3. Confirm two points:

(1) The operating environment conditions of the project are the same as the operating environment conditions of the project property page, which are both Debug or Release;

 (2) After confirming the running environment, add "containable directory" and "library directory", Debug does not share "containable directory" and "library directory" under Release;

4. According to the prompts of each item in the project, you can modify it according to the above.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324487546&siteId=291194637