We are moving from Net Express (32-bit)/Server Express on HPUX (64-bit) to Visual Cobol on Visual Studio 2019 (32-bit)/Development Hub on HPUX (64-bit).
We decided to have 64-bit solutions and targets in Windows to match our target platform. Our initial experiences show that in some areas Visual Cobol is significantly slower than Net Express. The question was raised if there is a performance hit using 64-bit solutions for things like debugging and building?
We have to move source code and compile this with Dev Hub to get an executable on our target platform. So are there downsides to using 64-bit in Windows when Visual Studio is 32-bit that should change our decision to go with 64-bit projects, or is this a moot point?

