Hello! Lately I have been attempting to edit key parts of my server-such as allowing players to resurrect over their corpse, or change that stat limits on items, but whenever i try to recompile, I get two different errors.The first one says "An error occurred while creating the C++ browsing database file C:\Users\---\Desktop\Trinity 4.3.4\TrinityCore-4.3.4\Build\TrinityCore.sdf. Intellisense and browsing infomation will not be available for C++ projects.Ensure that Microsoft SQL Server Compact 4.0 is installed and that no other applications are accessing the file. If this problem persist, delete the file and reopen the solution."My second set of errors goes along the lines of this (they are almost the same, just different file paths):Error 1 error : The source directory "C:/Trinity 4.3.4/TrinityCore-4.3.4" does not appear to contain CMakeLists.txt. C:\Users\---\Desktop\Trinity 4.3.4\TrinityCore-4.3.4\Build\CUSTOMBUILD ZERO_CHECKWarning 2 warning : The referenced project 'C:/Trinity 4.3.4/TrinityCore-4.3.4/Build/ZERO_CHECK.vcxproj' does not exist. C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVer sion.targets 1492 5 revision.h Even though i have all of those files in my build folder, and the CMakeLists.txt folder is in the correct place. When i try to download Microsoft SQL Server Compact 4.0, it says "A newer version of Microsoft Sql Server Compact is already installed, so the setup cannot be completed" Could this have something to do with it? Thanks in advance.