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
..\plugins\runtimemeshcomponent\source\runtimemeshcomponent\public\RuntimeMeshReference.h(81): error C2039: '_InterlockedDecrement': is not a member of 'FWindowsPlatformAtomics'
Both the plugins are working fine individually, but I am getting this error when I am using both of them in my project. I did not found much on the internet but someone posted that windows native headers are responsible for this. They are used in the ROSIntegration plugin. Is there any solution to this issue?
The text was updated successfully, but these errors were encountered:
I am using ROSIntegration with another Plugin RuntimeMeshComponent (https://github.com/TriAxis-Games/RuntimeMeshComponent) and facing this build error
..\plugins\runtimemeshcomponent\source\runtimemeshcomponent\public\RuntimeMeshReference.h(81): error C2039: '_InterlockedDecrement': is not a member of 'FWindowsPlatformAtomics'
Both the plugins are working fine individually, but I am getting this error when I am using both of them in my project. I did not found much on the internet but someone posted that windows native headers are responsible for this. They are used in the ROSIntegration plugin. Is there any solution to this issue?
The text was updated successfully, but these errors were encountered: