cclash icon indicating copy to clipboard operation
cclash copied to clipboard

Cannot compile projects, does not find header, does not work well with NuGet Packages

Open relascope opened this issue 3 years ago • 1 comments

Simple Test Project in use: https://github.com/relascope/TestingCppClrCs

It seems, that:

  • the ./ INCLUDEPATH is not handled correctly
  • Preprocessor Macros also don't work (found while testing different project: e.g. set in Project Properties and use as variable)
  • the Environment variables, which are given to cl(cclash).exe should be forwarded to cl_real.exe

Maybe I have misunderstood something: Does the server has to be started to work correctly?

relascope avatar Dec 12 '22 21:12 relascope

Hi, it's been a very long time since I've worked on this, it should work without the server running as it will auto start. But I last only used this with vs2012

inorton avatar Apr 23 '23 21:04 inorton