Skip to content

compiling error occurs when using vcxproj file(vs2019) , due to missing include folder "./include" #417

@XIE-Yao

Description

@XIE-Yao

in element.h there is a line as follows :

#include "litehtml/types.h"

but since "./include" is not set as include folder, the compiler says cannot find the above header.

add "./include" to include path will solve the problem.

and there's another suggestion, c++ 14 is sufficient to develop litehtml, so shall we restrict c++ version to c++14, instead of c++17?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions