You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into a warning in VS 2019 while running Resharper and iggylabs suggested I post it here as an open question. This only appears in the IDE and doesn't block building the project, so it's not a big deal, but still might be worth looking at, as the Resharper Code Analysis feature is handy to have active.
The issue impacts a few of the ATTR macros. In particular, CLASS_ATTR_RGBA will be highlighted with red squiggles in the IDE and display an error "Cannot resolve symbol 'C74_VARFUN_4'" CLASS_ATTR_DEFAULT has a similar error, but displays 'C74_VARFUN_2' instead. Other attribute macros like CLASS_ATTR_INT32 and CLASS_ATTR_DOUBLE don't display any error.
Some details on my environment:
I'm running VS 2019 (Release 16.10.4).
I'm running Resharper 2021.1.4.
The error only displays when Resharper Code Analysis is active.
The text was updated successfully, but these errors were encountered:
I ran into a warning in VS 2019 while running Resharper and iggylabs suggested I post it here as an open question. This only appears in the IDE and doesn't block building the project, so it's not a big deal, but still might be worth looking at, as the Resharper Code Analysis feature is handy to have active.
The issue impacts a few of the ATTR macros. In particular, CLASS_ATTR_RGBA will be highlighted with red squiggles in the IDE and display an error "Cannot resolve symbol 'C74_VARFUN_4'" CLASS_ATTR_DEFAULT has a similar error, but displays 'C74_VARFUN_2' instead. Other attribute macros like CLASS_ATTR_INT32 and CLASS_ATTR_DOUBLE don't display any error.
Some details on my environment:
The text was updated successfully, but these errors were encountered: