Answer the question
In order to leave comments, you need to log in
adding hpp file?
I downloaded Reed Solomon's code (from here https://github.com/mersinvald/Reed-Solomon) and try to open it, created a project (console) in Visual Studio Community and erased the initial code (from hello world) by changing it to a file in /master/ examples/example1.cpp , and then I try to add other files to the project with includes , but even it does not allow adding .hpp through a new element. But through the existing one, I added it, but the code still has an error that it does not see.
And what kind of file is this? It's just like taking the code to another place?
Answer the question
In order to leave comments, you need to log in
And what kind of file is this? It's just like taking the code to another place?
#Reed-Solomon/CMakeLists.txt
set(RS_INCLUDE_DIRS ${PROJECT_SOURCE_DIR}/include)
#Reed-Solomon/examples/CMakeLists.txt
include_directories(${RS_INCLUDE_DIRS})
#include "xxx.hpp"
to #include "include/xxx.hpp"
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question