[Upgrading from VS2017 to VS2022]

09/16/2023 06:27 LuciferMorningStar666#1
Hi. I have a one problem that confuses me. After compiling the projects, and removing the FR/Fr on every projects on Browse Information the error on Worldserver still there even though I have remove it (or change it to no).

```Severity Code Description Project File Line Suppression State
Error BK1520 internal limit exceeded; cannot generate source database file; please consider removing option /FR or /Fr from compiler command line WorldServer D:\---\Source\WorldServer\BSCMAKE 1
```
What do you think I am still missing?
09/16/2023 17:19 xTwiLightx#2
Quote:
Originally Posted by LuciferMorningStar666 View Post
Hi. I have a one problem that confuses me. After compiling the projects, and removing the FR/Fr on every projects on Browse Information the error on Worldserver still there even though I have remove it (or change it to no).

```Severity Code Description Project File Line Suppression State
Error BK1520 internal limit exceeded; cannot generate source database file; please consider removing option /FR or /Fr from compiler command line WorldServer D:\---\Source\WorldServer\BSCMAKE 1
```
What do you think I am still missing?
Did you do that for every configuration, e.g. Debug/Release?
09/17/2023 06:46 LuciferMorningStar666#3
Quote:
Originally Posted by xTwiLightx View Post
Did you do that for every configuration, e.g. Debug/Release?
After you asking me about the Debug configuration, I haven't checked it and yes it has still "Yes (Fr)", after changing it, it still same error... even google and chatgpt can't give me any hints. :confused:

EDIT: I have some additional information, so after looking around searching etc. After building the worldserver project I saw in Program files it showed and I tested it and it is fully functioning. So the question now is that is it safe to continue on this route with such an error?
10/01/2023 12:00 Nιgнтмαяε#4
It's extremely easy to upgrade a source from 2017 to 2022 as all of the hard work has been done.

In your case simply use winmerge and pay attention to the property pages lol.

Or as u occur basic configuration issues google the setting name and youll know if it should be on or not. Although honestly from 2017 -> 22 it takes about 10 mins tops.