dani2442 / AI_Car

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compiled failure with UE4.20.3,VS2015 SP3 windows kit8,win 10

chase03 opened this issue · comments

Could anyone help me out, please! Thanks a lot! timonfreud@hotmail.com

1> C:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt\stdlib.h(359): note: could be '__int64 abs(const __int64) throw()'
1> C:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt\stdlib.h(354): note: or 'long abs(const long) throw()'
1> C:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt\stdlib.h(284): note: or 'int abs(int)'
1> D:\HZCdocs\UE4_Projects\AI_Car-master\AI_Car\Source\AI_Car\Track.cpp(177): note: while trying to match the argument list '(float)'
1>D:\HZCdocs\UE4_Projects\AI_Car-master\AI_Car\Source\AI_Car\Track.cpp(180): error C2668: 'abs': ambiguous call to overloaded function
1> C:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt\stdlib.h(359): note: could be '__int64 abs(const __int64) throw()'
1> C:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt\stdlib.h(354): note: or 'long abs(const long) throw()'
1> C:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt\stdlib.h(284): note: or 'int abs(int)'
1> D:\HZCdocs\UE4_Projects\AI_Car-master\AI_Car\Source\AI_Car\Track.cpp(180): note: while trying to match the argument list '(float)'
1> [2/4] AI_Controller.cpp
1>D:\HZCdocs\UE4_Projects\AI_Car-master\AI_Car\Source\AI_Car\AI_Controller.cpp(243): error C2668: 'abs': ambiguous call to overloaded function
1> C:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt\stdlib.h(359): note: could be '__int64 abs(const __int64) throw()'
1> C:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt\stdlib.h(354): note: or 'long abs(const long) throw()'
1> C:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt\stdlib.h(284): note: or 'int abs(int)'
1> D:\HZCdocs\UE4_Projects\AI_Car-master\AI_Car\Source\AI_Car\AI_Controller.cpp(243): note: while trying to match the argument list '(float)'
1>UnrealBuildTool : error : UBT ERROR: Failed to produce item: D:\HZCdocs\UE4_Projects\AI_Car-master\AI_Car\Binaries\Win64\UE4Editor-AI_Car.dll