I was getting a weird build error in CB and I fixed it by adding the following to other resource compiler options
--define wxUSE_NO_MANIFEST
These was the lines directly related to the error
llvm-rc: Error in 24 statement (ID 1):
Is a directory
Edit: I am guessing not having an manifest will lead to an issue in the future.
Edit2: The problem was with wxWidgets 3.1.5.1
Edit3: And, the project was including "wx\msw\wx.rc"
Edit4: I am guessing clang resource compiler does not support "RT_MANIFEST" which is in "wx\msw\wx.rc".
Tim S.