And if I try to include something that includes I get a whole bunch of different errors. Is there a guide somewhere to setting up include paths correctly?
/home/anders/packages/llvm/14.0.0/include/c++/v1/cmath:572:12: error: reference to unresolved using declaration
/home/anders/packages/llvm/14.0.0/include/c++/v1/cmath:592:12: error: reference to unresolved using declaration
/home/anders/packages/llvm/14.0.0/include/c++/v1/cmath:612:12: error: reference to unresolved using declaration
/home/anders/packages/llvm/14.0.0/include/c++/v1/stdlib.h:111:39: error: declaration conflicts with target of using declaration already in scope
/home/anders/packages/llvm/14.0.0/include/c++/v1/stdlib.h:114:44: error: declaration conflicts with target of using declaration already in scope
/home/anders/packages/llvm/14.0.0/include/c++/v1/stdlib.h:120:40: error: declaration conflicts with target of using declaration already in scope
/home/anders/packages/llvm/14.0.0/include/c++/v1/stdlib.h:124:41: error: declaration conflicts with target of using declaration already in scope
/home/anders/packages/llvm/14.0.0/include/c++/v1/stdlib.h:129:1: error: declaration conflicts with target of using declaration already in scope
/home/anders/packages/llvm/14.0.0/include/c++/v1/stdlib.h:148:34: error: unknown type name 'ldiv_t'
/home/anders/packages/llvm/14.0.0/include/c++/v1/stdlib.h:149:12: error: no member named 'ldiv' in the global namespace
/home/anders/packages/llvm/14.0.0/include/c++/v1/stdlib.h:152:34: error: unknown type name 'lldiv_t'
/home/anders/packages/llvm/14.0.0/include/c++/v1/stdlib.h:154:12: error: no member named 'lldiv' in the global namespace
/home/anders/packages/llvm/14.0.0/include/c++/v1/math.h:792:46: error: declaration conflicts with target of using declaration already in scope
/home/anders/packages/llvm/14.0.0/include/c++/v1/math.h:792:93: error: no member named 'acosf' in the global namespace
/home/anders/packages/llvm/14.0.0/include/c++/v1/math.h:793:46: error: declaration conflicts with target of using declaration already in scope
/home/anders/packages/llvm/14.0.0/include/c++/v1/math.h:793:93: error: no member named 'acosl' in the global namespace
/home/anders/packages/llvm/14.0.0/include/c++/v1/math.h:799:1: error: declaration conflicts with target of using declaration already in scope
/home/anders/packages/llvm/14.0.0/include/c++/v1/math.h:799:40: error: reference to unresolved using declaration
/home/anders/packages/llvm/14.0.0/include/c++/v1/math.h:804:46: error: declaration conflicts with target of using declaration already in scope