Hi unreal people,
I have a unreal 5.3 project that i want to compile from source and when i try to do that it gives me these errors:
E:\emp5\Plugins\PureWeb\Source\MappingPlugin\Public\MappingBlueprintLibrary.h(8): fatal error C1083: Cannot open include file: ‘Json/Public/Serialization/JsonReader.h’: No such file or directory
E:\emp5\Plugins\SocketIOClient-Unreal\Source\CoreUtility\Public\CULambdaRunnable.h(5): fatal error C1083: Cannot open include file: ‘Engine/Classes/Engine/LatentActionManager.h’: No such file or directory
every plugin that i put in the plugins folder is facing some missing stuff that visual studio is not able to find in the unreal engine.
i have tried following -
- uninstall unreal 5.3 completely and reinstall
- uninstall visual studio and reinstall
- added correct MSVC
- added all components and SDKs needed
- deleted the build configuration file from c drive
- uninstalled quixel plugin
here is the .vsconfig file, full logs and other relevant stuff of my vs - HERE
its been over 3 days now and this is just soo extremely annoying and disappointing that it all is designed in soo un-userfriendly way. I would greatly appreciate any solution to fix this.
thank you,