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
When I try to compile at UE4.24 I get the following errors:
A:\Unreal Engine\VRZeppelin\Plugins\CashGen\Source\CashGen/Public/CGObjectPool.h(25): error C2061: syntax error: identifier 'function'
A:\Unreal Engine\VRZeppelin\Plugins\CashGen\Source\CashGen/Public/CGObjectPool.h(89): note: see reference to class template instantiation 'TCGObjectPool<T>' being compiled
A:\Unreal Engine\VRZeppelin\Plugins\CashGen\Source\CashGen/Public/CGObjectPool.h(66): error C2061: syntax error: identifier 'function'
A:\Unreal Engine\VRZeppelin\Plugins\CashGen\Source\CashGen/Public/CGObjectPool.h(81): note: see reference to class template instantiation 'TCGObjectPool<T>::Impl' being compiled
A:\Unreal Engine\VRZeppelin\Plugins\CashGen\Source\CashGen/Public/CGObjectPool.h(25): error C2039: 'function': is not a member of 'std'
A:\Programme\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.25.28610\INCLUDE\condition_variable(27): note: see declaration of 'std'
A:\Unreal Engine\VRZeppelin\Plugins\CashGen\Source\CashGen/Public/CGObjectPool.h(130): note: see reference to class template instantiation 'TCGObjectPool<T>' being compiled
with
[
T=FCGMeshData
]
A:\Unreal Engine\VRZeppelin\Plugins\CashGen\Source\CashGen/Public/Struct/CGJob.h(27): note: see reference to class template instantiation 'TCGBorrowedObject<FCGMeshData>' being compiled
Error executing A:\Programme\EpicGames\UE_4.24\Engine\Build\Windows\cl-filter\cl-filter.exe (tool returned code: 2)
Module.CashGen.cpp (0:02.36 at +0:28)
A:\Unreal Engine\VRZeppelin\Plugins\CashGen\Source\CashGen\Public\CGObjectPool.h(25): error C2061: syntax error: identifier 'function'
A:\Unreal Engine\VRZeppelin\Plugins\CashGen\Source\CashGen\Public\CGObjectPool.h(89): note: see reference to class template instantiation 'TCGObjectPool<T>' being compiled
A:\Unreal Engine\VRZeppelin\Plugins\CashGen\Source\CashGen\Public\CGObjectPool.h(66): error C2061: syntax error: identifier 'function'
A:\Unreal Engine\VRZeppelin\Plugins\CashGen\Source\CashGen\Public\CGObjectPool.h(81): note: see reference to class template instantiation 'TCGObjectPool<T>::Impl' being compiled
A:\Unreal Engine\VRZeppelin\Plugins\CashGen\Source\CashGen\Public\CGObjectPool.h(25): error C2039: 'function': is not a member of 'std'
A:\Programme\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.25.28610\INCLUDE\condition_variable(27): note: see declaration of 'std'
A:\Unreal Engine\VRZeppelin\Plugins\CashGen\Source\CashGen\Public\CGObjectPool.h(130): note: see reference to class template instantiation 'TCGObjectPool<T>' being compiled
with
[
T=FCGMeshData
]
A:\Unreal Engine\VRZeppelin\Plugins\CashGen\Source\CashGen/Public/Struct/CGJob.h(27): note: see reference to class template instantiation 'TCGBorrowedObject<FCGMeshData>' being compiled
A:/Unreal Engine/VRZeppelin/Plugins/CashGen/Source/CashGen/Private/CGTerrainGeneratorWorker.cpp(42): error C2660: 'TCGObjectPool<T>::Borrow': function does not take 1 arguments
with
[
T=FCGMeshData
]
A:\Unreal Engine\VRZeppelin\Plugins\CashGen\Source\CashGen\Public\CGObjectPool.h(25): note: see declaration of 'TCGObjectPool<T>::Borrow'
with
[
T=FCGMeshData
]
Do u have an idea how to fix it?
The text was updated successfully, but these errors were encountered:
Windows Editor. It appeared right after copying your plugin in the Plugins folder and restarting the engine. I tried to compile with Visual Studio and got this error
Hi!
When I try to compile at UE4.24 I get the following errors:
Do u have an idea how to fix it?
The text was updated successfully, but these errors were encountered: