Unreal Engine 4.7 Preview

My test project worked fine in 4.7 preview 3. After upgrading to 4.7 preview 4, I get following errors when trying to compile my project in VS:

Creating library E:\Users\Documents\Unreal Projects\ProcDungeon\Intermediate\Build\Win64\ProcDungeonEditor\Development\UE4Editor-ProcDungeon.lib and E:\Users\Documents\Unreal Projects\ProcDungeon\Intermediate\Build\Win64\ProcDungeonEditor\Development\UE4Editor-ProcDungeon.exp
1>RPGCharacter.cpp.obj : error LNK2001: unresolved external symbol "public: virtual struct FNavAgentProperties const & __cdecl APawn::GetNavAgentProperties(void)const " (?GetNavAgentProperties@APawn@@UEBAAEBUFNavAgentProperties@@XZ)
1>InventoryHUD.cpp.obj : error LNK2019: unresolved external symbol "public: virtual struct FNavAgentProperties const & __cdecl APawn::GetNavAgentProperties(void)const " (?GetNavAgentProperties@APawn@@UEBAAEBUFNavAgentProperties@@XZ) referenced in function “public: void __cdecl ARPGCharacter::execCHR(struct FFrame &,void * const)” (?execCHR@ARPGCharacter@@QEAAXAEAUFFrame@@QEAX@Z)
1>ProcDungeon.generated.cpp.obj : error LNK2001: unresolved external symbol "public: virtual struct FNavAgentProperties const & __cdecl APawn::GetNavAgentProperties(void)const " (?GetNavAgentProperties@APawn@@UEBAAEBUFNavAgentProperties@@XZ)
1>SimpleMoveToPlayerController.cpp.obj : error LNK2001: unresolved external symbol "public: virtual struct FNavAgentProperties const & __cdecl AController::GetNavAgentProperties(void)const " (?GetNavAgentProperties@AController@@UEBAAEBUFNavAgentProperties@@XZ)
1>ProcDungeon.generated.cpp.obj : error LNK2019: unresolved external symbol "public: virtual struct FNavAgentProperties const & __cdecl AController::GetNavAgentProperties(void)const " (?GetNavAgentProperties@AController@@UEBAAEBUFNavAgentProperties@@XZ) referenced in function “class UClass * __cdecl Z_Construct_UClass_ARPGWeapon(void)” (?Z_Construct_UClass_ARPGWeapon@@YAPEAVUClass@@XZ)
1>E:\Users\Documents\Unreal Projects\ProcDungeon\Binaries\Win64\UE4Editor-ProcDungeon.dll : fatal error LNK1120: 2 unresolved externals

Were there recent changes to AController::GetNavAgentProperties and APawn::GetNavAgentProperties? Did Navigation get moved into a new module?

Edited:

I deleted my intermediate files and did a full rebuild and I was able to compile. Now I am getting same Assertion failed: InstancedRenderData.InstanceBuffer.GetStride() == sizeof(FInstancingUserData::FInstanceStream error else is getting.