Workbench #include error

When including standard particle libraries via Particle:Install library, Workbench is showing errors

image

Screen Shot 2019-07-30 at 10.40.54.png

As you can see I installed the PublishQueueAsyncRK in the same way and it is found. After installing TzCfg it shows this. The code complies and runs as expected - so How do I clear these errors.

Found it - in the TzCfg.h file on line 145 there is a definition using datatype ‘uint’ that was not recognised - changed this to 'unsigned int and error cleared.

1 Like

Glad you found the issue, but the IntelliSense error message is somewhat misleading - @m_m can something be done about that?

1 Like