I'm running Eclipse Oxygen on Linux and I followed all the instructions for Integration into my C++ project. When I try to call any function like j.size() or j.parse() on my json j; object, Eclipse keeps saying "Method 'function_name' could not be resolved" and it shows an error. Creating a json object and accessing its contents works perfectly fine, it's just size(). However it doesn't seem building with g++ causes any errors to occur. Are there any known issues with Eclipse and json.hpp? I'm using json v2.1.1.
I'm running Eclipse Oxygen on Linux and I followed all the instructions for Integration into my C++ project. When I try to call any function like
j.size()orj.parse()on myjson j;object, Eclipse keeps saying "Method 'function_name' could not be resolved" and it shows an error. Creating ajsonobject and accessing its contents works perfectly fine, it's justsize(). However it doesn't seem building with g++ causes any errors to occur. Are there any known issues with Eclipse and json.hpp? I'm using json v2.1.1.