Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation failed in VS2015 #1678

Closed
gsneelagar opened this issue Jul 22, 2019 · 1 comment
Closed

Compilation failed in VS2015 #1678

gsneelagar opened this issue Jul 22, 2019 · 1 comment
Labels
kind: question solution: invalid the issue is not related to the library

Comments

@gsneelagar
Copy link

  • Describe what you want to achieve.
    Wanted to parse json data
  • Describe what you tried.
    I have not downloaded the nlohmann code.
    I just edited my cpp file to add "#include <nlohmann/json.hpp>", which did not compile, may be because of the compiler did not file the hpp physically available in my machine.
    Then i downloaded this hpp from single_include folder of git repo and placed in the same folder where my cpp is present, - here too compilation failed.
    Then i created "nlohmann" folder and then placed hpp there, here too compilation failed.
  • Describe which system (OS, compiler) you are using.
    I am using Standard Visual Studio 2015 with platform tool set v140
  • Describe which version of the library you are using (release version, develop branch).
    i used development branch's hpp.
@gsneelagar
Copy link
Author

Mistake from my side, I had not set the path in project properties

@nlohmann nlohmann added the solution: invalid the issue is not related to the library label Aug 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: question solution: invalid the issue is not related to the library
Projects
None yet
Development

No branches or pull requests

2 participants