I see the problem. For unknown reasons the installer has set it up using an ancient archive disc for the FPC stuff even though I was done as a fresh install.
I am not even sure what the correct locations are for some of it. This looks like a bug in the installer to me.
If you are installing on Windows then the installer asks you for a location where to install. It will propose the default of
Everything will be installed within the folder that you selected at that time.
FPC will be installed in
(of course the C:\lazarus part will follow your selection)
Please be aware, that once you installed, you
must not (are not permitted to) move or rename that folder. If any part of the fpc folder (including the part c:\lazarus) changes, then it wont work.
About clean install => uninstall does not remove your config. Your old config remains in %appdata% (that is in your user folder as given by windows)
However, when installing there is an option to clean that.
If you do a "secondary install" you can choose an empty folder for config.
Config contains info where FPC is installed (so people who install it separately can change that)
Please specify
1) What path did you specify in the installer as path
2) Does the sub path for fpc exist
3) C:\lazarus\fpc\3.2.2\bin\x86_64-win64\fpc.cfg => open and check what paths it contains.
4) In the IDE, menu: Tools > Options => what directory / filename for fpc is set?