Cannot open the Include file: "TREEMODEL.HPP"

Source: Internet
Author: User

To compile vs engineering, if you find that you cannot open the header file, the workaround is as follows:

1. First find the fault, that is, # include "TREEMODEL.HPP" code location, then right-click the header file, select the "Open Document" menu item,

If the result shown above appears, surface vs does not find the header file.

Then, it's time to look at whether the header file is in the current project, namely: Aqp\timelog1 folder.

If not, copy it in. Or find the directory where the header file is located, including it. #include ". /TIMELOG2/TREEMODEL.HPP "


Method 2:

If # include <treemodel.hpp> is included in this form, and right-click the header file, you can open the header file. But vs still has an error.

Then workaround: Change <> to "". That is, # include "Treemodel.hpp". Recompile.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.